💄 Fix tooltip color background

This commit is contained in:
mathieu.brunot
2019-05-17 02:29:28 +02:00
parent d6b3a4dd65
commit 9aa8b9bc3e

View File

@@ -855,7 +855,7 @@ input[type=range]:focus::-ms-fill-upper {
&:hover {
&::after {
background-color: $dark-ui-bg;
background-color: $primary-ui-bg;
border-radius: $br-small;
color: $medium-ui-text;
content: attr(alt);