fix: standardize currency and input selection styles
This commit is contained in:
@@ -202,9 +202,20 @@
|
||||
.ui-select:focus-within,
|
||||
.ui-select--open {
|
||||
border-color: var(--color-selected);
|
||||
background: color-mix(in srgb, var(--color-selected) 4%, transparent);
|
||||
box-shadow: var(--focus-ring);
|
||||
}
|
||||
|
||||
.ui-input input::selection,
|
||||
.ui-textarea::selection {
|
||||
background: var(--color-selected);
|
||||
color: var(--color-text-inverse);
|
||||
}
|
||||
|
||||
.ui-textarea:focus {
|
||||
background: color-mix(in srgb, var(--color-selected) 4%, transparent);
|
||||
}
|
||||
|
||||
.ui-input--error,
|
||||
.ui-select--error {
|
||||
border-color: var(--color-danger);
|
||||
|
||||
Reference in New Issue
Block a user