mirror of https://github.com/n2geoff/stylelite.git
remove --gray
This commit is contained in:
parent
01fe1f9ef9
commit
8303bbfae0
|
@ -8,7 +8,6 @@
|
|||
|
||||
--white: #FFF;
|
||||
--black: #000;
|
||||
--gray: #777;
|
||||
|
||||
--light: #EEE;
|
||||
--dark: #222;
|
||||
|
@ -227,9 +226,7 @@ button, input[type="reset"],input[type="submit"] {
|
|||
}
|
||||
|
||||
button[disabled], button[disabled]:hover {
|
||||
color: var(--gray);
|
||||
background-color: var(--light);
|
||||
border: 1px solid var(--gray);
|
||||
filter: brightness(75%);
|
||||
cursor: not-allowed;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue