fix: 提升形态筛选区控件对比度
让筛选区内的搜索框和下拉框使用页面表面色,避免与浅灰容器背景融合,并补充样式契约测试。
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user