mirror of
https://github.com/adoyle0/thaw.git
synced 2025-01-22 22:09:22 -05:00
feat: When the Field status is Error, the border of the input class component is displayed in red (#268)
This commit is contained in:
parent
c87b989c3c
commit
3545744335
1 changed files with 4 additions and 0 deletions
|
@ -37,6 +37,10 @@
|
||||||
color: var(--colorPaletteRedForeground1);
|
color: var(--colorPaletteRedForeground1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.thaw-field--error .thaw-spin-button:not(:focus-within),
|
||||||
|
.thaw-field--error .thaw-select__select:not(:focus-within),
|
||||||
|
.thaw-field--error .thaw-combobox:not(:focus-within),
|
||||||
|
.thaw-field--error .thaw-textarea:not(:focus-within),
|
||||||
.thaw-field--error .thaw-input:not(:focus-within) {
|
.thaw-field--error .thaw-input:not(:focus-within) {
|
||||||
border-color: var(--colorPaletteRedBorder2);
|
border-color: var(--colorPaletteRedBorder2);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue