Merge branch 'table-heading-tooltips' into 'master'
fix(tooltips): fix font-color when used in tableheaders Closes #214 See merge request !256
This commit is contained in:
commit
2f34d7821a
@ -86,3 +86,10 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* fix font color when used in tableheaders */
|
||||
th .tooltip__content {
|
||||
color: var(--color-font);
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user