Improving accessibility

This commit is contained in:
Liyas Thomas
2019-11-08 00:01:35 +05:30
parent 7a60cc25e9
commit 2a9adfd180

View File

@@ -565,17 +565,17 @@ input[type="checkbox"] {
}
}
.error,
.disabled,
.error:not(input),
.disabled:not(input),
[disabled] {
background-color: var(--err-color);
color: var(--fg-light-color);
fill: var(--fg-light-color);
cursor: default;
cursor: not-allowed;
&.icon {
color: var(--bg-color);
fill: var(--bg-color);
color: var(--err-color);
fill: var(--err-color);
}
}