design: re-add bg to disabled buttons

This commit is contained in:
mae taylor 2025-07-14 18:48:31 +01:00
parent e3586f4eec
commit 876e221400
Signed by: mae
GPG key ID: 3C80D76BA7A3B9BD

View file

@ -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;
} }