mirror of
https://github.com/flarum/core.git
synced 2025-07-25 18:51:40 +02:00
Slightly darken buttons when clicked
This commit is contained in:
@@ -94,11 +94,14 @@
|
|||||||
|
|
||||||
&:hover,
|
&:hover,
|
||||||
&:focus,
|
&:focus,
|
||||||
&.focus,
|
&.focus {
|
||||||
|
background-color: darken(fadein(@background, 5%), 5%);
|
||||||
|
}
|
||||||
|
|
||||||
&:active,
|
&:active,
|
||||||
&.active,
|
&.active,
|
||||||
.open > .Dropdown-toggle& {
|
.open > .Dropdown-toggle& {
|
||||||
background-color: darken(fadein(@background, 5%), 5%);
|
background-color: darken(fadein(@background, 10%), 10%);
|
||||||
}
|
}
|
||||||
|
|
||||||
&.disabled,
|
&.disabled,
|
||||||
|
Reference in New Issue
Block a user