Updates buttons hover

This commit is contained in:
Eldad Fux
2020-01-18 05:19:31 +02:00
parent 4bc30631b5
commit 57221ae4d4
4 changed files with 6 additions and 5 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
+1
View File
@@ -10,6 +10,7 @@
@config-color-normal: #40404c;
@config-color-focus: #f02e65;
@config-color-focus-fade: #fff6f9;
@config-color-focus-hover: #ff729b;
@config-color-focus-glow: #fce5ec;
@config-color-focus-dark: #c52653;
@config-color-fade: #818181;
+3 -3
View File
@@ -31,7 +31,7 @@ button,
&:hover,
&:focus {
background: @config-color-focus-dark;
background: @config-color-focus-hover;
border-bottom: none;
}
@@ -74,8 +74,8 @@ button,
&:hover,
&:focus {
color: @config-color-focus-dark;
border-color: @config-color-focus-dark;
color: @config-color-focus-hover;
border-color: @config-color-focus-hover;
}
}