mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Updates buttons hover
This commit is contained in:
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user