fix(temperature): fix temperature dragger gradient, fix switcher button hover background (#1745)

This commit is contained in:
Denis Strigo 2018-06-21 19:01:32 +03:00 committed by Dmitry Nehaychik
parent a6d5d4956c
commit f12bd9f540
4 changed files with 20 additions and 11 deletions

View file

@ -14,8 +14,9 @@
&:hover {
$color: nb-theme(switcher-background);
$percentage: nb-theme(switcher-background-percentage);
background-color: tint($color, 14%);
background-color: tint($color, $percentage);
}
span {