fix(frontend): fixed icon colour in table headers

This commit is contained in:
David Mosbach 2024-06-02 23:05:43 +00:00
parent e1bb20ed18
commit 4c4571d2d0
2 changed files with 8 additions and 0 deletions

View File

@ -18,6 +18,9 @@
transform-origin: top
z-index: 1
.fas
filter: var(--filter-primary)
&:hover
background-color: var(--color-grey-light)

View File

@ -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%