fix(tooltips): fixes font-color when used in tableheaders
This commit is contained in:
parent
c5a6d730dc
commit
f4bb70e191
@ -421,6 +421,12 @@ input[type="button"].btn-info:hover,
|
||||
}
|
||||
}
|
||||
|
||||
/* fix for font color in tooltips in tableheaders */
|
||||
th .tooltip__content {
|
||||
color: var(--color-font);
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
/* UNORDERED LIST */
|
||||
.list-ul__item {
|
||||
// padding: 4px 0;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user