fix(frontend): fixed icon colour in table headers
This commit is contained in:
parent
e1bb20ed18
commit
4c4571d2d0
@ -18,6 +18,9 @@
|
||||
transform-origin: top
|
||||
z-index: 1
|
||||
|
||||
.fas
|
||||
filter: var(--filter-primary)
|
||||
|
||||
&:hover
|
||||
background-color: var(--color-grey-light)
|
||||
|
||||
|
||||
@ -74,6 +74,9 @@
|
||||
font-size: 1.0rem
|
||||
.fas
|
||||
filter: var(--filter-primary)
|
||||
.table__th & .fas
|
||||
@extend .white-ico
|
||||
|
||||
|
||||
.tooltip__content
|
||||
position: absolute
|
||||
@ -121,6 +124,8 @@
|
||||
.tooltip__handle
|
||||
.fas
|
||||
filter: var(--filter-primary)
|
||||
.table__th & .fas
|
||||
@extend .white-ico
|
||||
|
||||
.tooltip--spread
|
||||
width: 100%
|
||||
|
||||
Reference in New Issue
Block a user