From 95c7130540db0b03db1bb953e50e16ffc4b0d8d1 Mon Sep 17 00:00:00 2001 From: Felix Hamann Date: Sun, 30 Jun 2019 15:08:33 +0200 Subject: [PATCH] chore: move fix for tooltip styles to tooltip.scss --- frontend/src/utils/tooltips/tooltips.scss | 7 +++++++ templates/default-layout.lucius | 6 ------ 2 files changed, 7 insertions(+), 6 deletions(-) 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;