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;
|
--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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue