Merge branch 'table-heading-tooltips' into 'master'

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

Closes #214

See merge request !256
This commit is contained in:
Felix Hamann 2019-07-08 22:23:45 +02:00
commit 2f34d7821a

View File

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