mirror of
https://github.com/flarum/framework.git
synced 2024-12-12 06:03:39 +08:00
Slightly darken buttons when clicked
This commit is contained in:
parent
6a532c29fe
commit
178474adf9
|
@ -94,11 +94,14 @@
|
|||
|
||||
&:hover,
|
||||
&:focus,
|
||||
&.focus,
|
||||
&.focus {
|
||||
background-color: darken(fadein(@background, 5%), 5%);
|
||||
}
|
||||
|
||||
&:active,
|
||||
&.active,
|
||||
.open > .Dropdown-toggle& {
|
||||
background-color: darken(fadein(@background, 5%), 5%);
|
||||
background-color: darken(fadein(@background, 10%), 10%);
|
||||
}
|
||||
|
||||
&.disabled,
|
||||
|
|
Loading…
Reference in New Issue
Block a user