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, .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);
} }
} }