fix(tooltips): fixes font-color when used in tableheaders

This commit is contained in:
Felix Hamann 2019-06-30 15:05:52 +02:00
parent c5a6d730dc
commit f4bb70e191

View File

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