mirror of
https://github.com/twisterarmy/twister-html.git
synced 2025-01-13 16:37:52 +00:00
add disabled buttons indication
This commit is contained in:
parent
dca70553e4
commit
ba307357c7
@ -1387,10 +1387,8 @@ button:hover, .mini-profile-actions span:hover, a.button:hover {
|
||||
/* line 85, ../sass/_commons.sass */
|
||||
button:disabled, button.disabled, .mini-profile-actions span.disabled, a.button.disabled {
|
||||
background-color: #2b2e35;
|
||||
}
|
||||
/* line 88, ../sass/_commons.sass */
|
||||
button:disabled:hover, button.disabled:hover, .mini-profile-actions span.disabled:hover, a.button.disabled:hover {
|
||||
color: white;
|
||||
color: rgba(255, 255, 255, 0.4);
|
||||
cursor: not-allowed
|
||||
}
|
||||
|
||||
/* line 1, ../sass/_tabs.sass */
|
||||
|
Loading…
Reference in New Issue
Block a user