♿ Improving accessibility
This commit is contained in:
@@ -565,17 +565,17 @@ input[type="checkbox"] {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.error,
|
.error:not(input),
|
||||||
.disabled,
|
.disabled:not(input),
|
||||||
[disabled] {
|
[disabled] {
|
||||||
background-color: var(--err-color);
|
background-color: var(--err-color);
|
||||||
color: var(--fg-light-color);
|
color: var(--fg-light-color);
|
||||||
fill: var(--fg-light-color);
|
fill: var(--fg-light-color);
|
||||||
cursor: default;
|
cursor: not-allowed;
|
||||||
|
|
||||||
&.icon {
|
&.icon {
|
||||||
color: var(--bg-color);
|
color: var(--err-color);
|
||||||
fill: var(--bg-color);
|
fill: var(--err-color);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user