fix: close documented platform polish gaps
This commit is contained in:
@@ -201,9 +201,8 @@
|
||||
.ui-input:focus-within,
|
||||
.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);
|
||||
border-color: var(--color-border-strong);
|
||||
box-shadow: 0 0 0 2px color-mix(in srgb, var(--color-border-strong) 18%, transparent);
|
||||
}
|
||||
|
||||
.ui-input input::selection,
|
||||
@@ -213,7 +212,8 @@
|
||||
}
|
||||
|
||||
.ui-textarea:focus {
|
||||
background: color-mix(in srgb, var(--color-selected) 4%, transparent);
|
||||
border-color: var(--color-border-strong);
|
||||
box-shadow: 0 0 0 2px color-mix(in srgb, var(--color-border-strong) 18%, transparent);
|
||||
}
|
||||
|
||||
.ui-input--error,
|
||||
|
||||
Reference in New Issue
Block a user