fix: close documented platform polish gaps

This commit is contained in:
hectorzhao
2026-07-11 18:20:38 +08:00
parent 6236547871
commit 2ecbb920a6
25 changed files with 193 additions and 110 deletions
+4 -4
View File
@@ -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,