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,
button.disabled {
color: var(--text);
opacity: .5;
background: transparent;
opacity: .35;
border-color: transparent;
cursor: not-allowed;
}