remove --gray

This commit is contained in:
Geoff Doty 2024-05-17 17:29:09 -04:00
parent 01fe1f9ef9
commit 8303bbfae0
1 changed files with 1 additions and 4 deletions

View File

@ -8,7 +8,6 @@
--white: #FFF; --white: #FFF;
--black: #000; --black: #000;
--gray: #777;
--light: #EEE; --light: #EEE;
--dark: #222; --dark: #222;
@ -227,9 +226,7 @@ button, input[type="reset"],input[type="submit"] {
} }
button[disabled], button[disabled]:hover { button[disabled], button[disabled]:hover {
color: var(--gray); filter: brightness(75%);
background-color: var(--light);
border: 1px solid var(--gray);
cursor: not-allowed; cursor: not-allowed;
pointer-events: none; pointer-events: none;
} }