chore: move fix for tooltip styles to tooltip.scss
This commit is contained in:
parent
f4bb70e191
commit
95c7130540
@ -86,3 +86,10 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* fix font color when used in tableheaders */
|
||||||
|
th .tooltip__content {
|
||||||
|
color: var(--color-font);
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
|||||||
@ -421,12 +421,6 @@ 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 */
|
/* UNORDERED LIST */
|
||||||
.list-ul__item {
|
.list-ul__item {
|
||||||
// padding: 4px 0;
|
// padding: 4px 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user