fix: 提升形态筛选区控件对比度

让筛选区内的搜索框和下拉框使用页面表面色,避免与浅灰容器背景融合,并补充样式契约测试。
This commit is contained in:
GouJ
2026-09-08 10:10:06 +08:00
committed by GitHub
parent 769407cb14
commit 42c40383dc
3 changed files with 29 additions and 30 deletions
@@ -859,6 +859,9 @@ async function showStaleForms() {
}
.form-image-filter-region {
@apply my-4 p-3;
/* 外层使用浅灰分组,输入与下拉恢复为表面色,避免同色后失去控件边界。 */
--app-field: var(--app-surface);
--app-field-hover: var(--app-surface);
background: color-mix(in srgb, var(--app-subtle) 96%, white);
container-type: inline-size;
}