diff --git a/frontend/src/utils/tooltips/tooltips.scss b/frontend/src/utils/tooltips/tooltips.scss index 5e745bc5b..a19074aee 100644 --- a/frontend/src/utils/tooltips/tooltips.scss +++ b/frontend/src/utils/tooltips/tooltips.scss @@ -86,3 +86,10 @@ } } } + + +/* fix font color when used in tableheaders */ +th .tooltip__content { + color: var(--color-font); + font-weight: normal; +} diff --git a/templates/default-layout.lucius b/templates/default-layout.lucius index a5bca059d..2fdc1b3de 100644 --- a/templates/default-layout.lucius +++ b/templates/default-layout.lucius @@ -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 */ .list-ul__item { // padding: 4px 0;