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,
|
a.disabled,
|
||||||
button.disabled {
|
button.disabled {
|
||||||
color: var(--text);
|
color: var(--text);
|
||||||
opacity: .5;
|
opacity: .35;
|
||||||
background: transparent;
|
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
cursor: not-allowed;
|
cursor: not-allowed;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue