chore: move fix for tooltip styles to tooltip.scss

This commit is contained in:
Felix Hamann 2019-06-30 15:08:33 +02:00
parent f4bb70e191
commit 95c7130540
2 changed files with 7 additions and 6 deletions

View File

@ -86,3 +86,10 @@
}
}
}
/* fix font color when used in tableheaders */
th .tooltip__content {
color: var(--color-font);
font-weight: normal;
}

View File

@ -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;