use background color for hover to corospond with active state

This commit is contained in:
Niels Lyngsø
2020-06-15 12:12:09 +02:00
parent b0b5d2ff78
commit 9944cce4d9

View File

@@ -33,7 +33,7 @@
&:hover {
color: @ui-action-discreet-type-hover;
border-color: @gray-8;
background-color: @ui-action-hover;
}
&.--active {