fix disabled styles for radio buttons and checkboxes
This commit is contained in:
parent
6ffd7c6316
commit
0f3ee2f0a9
1 changed files with 3 additions and 4 deletions
|
|
@ -75,7 +75,8 @@ button:focus {
|
||||||
outline-offset: -4px;
|
outline-offset: -4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
:disabled {
|
:disabled,
|
||||||
|
:disabled + label {
|
||||||
color: var(--button-shadow);
|
color: var(--button-shadow);
|
||||||
text-shadow: 1px 1px 0 var(--button-highlight);
|
text-shadow: 1px 1px 0 var(--button-highlight);
|
||||||
}
|
}
|
||||||
|
|
@ -289,8 +290,6 @@ input[type="checkbox"][disabled] + label::before {
|
||||||
background: var(--surface);
|
background: var(--surface);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
input[type="checkbox"][disabled]:checked + label::after {
|
input[type="checkbox"][disabled]:checked + label::after {
|
||||||
background: url("./radio-dot-disabled.svg");
|
background: url("./checkmark-disabled.svg");
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue