forked from blisstown/campfire
design: re-add bg to disabled buttons
This commit is contained in:
parent
e3586f4eec
commit
876e221400
1 changed files with 1 additions and 2 deletions
|
@ -154,8 +154,7 @@
|
|||
a.disabled,
|
||||
button.disabled {
|
||||
color: var(--text);
|
||||
opacity: .5;
|
||||
background: transparent;
|
||||
opacity: .35;
|
||||
border-color: transparent;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue