Skip to content

Commit fa68bb7

Browse files
committed
style(ui): 平台原生不支持行 —— dot 保持品牌色,仅名称/文字置灰
- 去掉整行 opacity 0.55(会把 dot 也淡化,与正常行 dot 不一致) - 名称/状态文字用 --text-secondary (#6b7280),与「请先安装/未配置」同灰阶 - 引导行 native 文字 --text-tertiary → --text-secondary 统一
1 parent 1494e19 commit fa68bb7

2 files changed

Lines changed: 6 additions & 8 deletions

File tree

frontend/css/components.css

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2341,7 +2341,7 @@
23412341
.guide-conclusion-row__body { display: inline-flex; align-items: center; gap: 10px; flex: 1; justify-content: flex-end; }
23422342
.guide-conclusion-row__action { color: var(--text-secondary); flex: 1; text-align: right; }
23432343
.guide-conclusion-row__action--skip { color: var(--text-tertiary); }
2344-
.guide-conclusion-row__action--native { color: var(--text-tertiary); font-style: italic; }
2344+
.guide-conclusion-row__action--native { color: var(--text-secondary); font-style: italic; }
23452345
.guide-conclusion-row__deeplink { flex-shrink: 0; }
23462346
.guide-conclusion-row__hint {
23472347
font-size: var(--text-2xs);
@@ -2526,15 +2526,13 @@
25262526
.ai-platform-row__state--off { color: var(--text-secondary); }
25272527
.ai-platform-row__state--soft { color: var(--text-muted); }
25282528
.ai-platform-row__state--fail { color: var(--color-danger); }
2529-
/* 平台原生不支持某 kind:整行置灰(dot/名称/状态文字统一淡化,按钮禁用态由 disabled 承担) */
2530-
.ai-platform-row--unsupported {
2531-
opacity: 0.55;
2532-
}
2529+
/* 平台原生不支持某 kind:dot 保持品牌色,仅名称/状态文字用灰色表达不支持
2530+
(不用整行 opacity —— 那会把 dot 也淡化,与正常行 dot 不一致) */
25332531
.ai-platform-row--unsupported .ai-platform-row__name {
2534-
color: var(--text-muted);
2532+
color: var(--text-secondary);
25352533
}
25362534
.ai-platform-row__state--unsupported {
2537-
color: var(--text-muted);
2535+
color: var(--text-secondary);
25382536
font-style: italic;
25392537
}
25402538

frontend/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<link rel="stylesheet" href="css/sidebar.css?v=a098a49cbe" />
4848
<link rel="stylesheet" href="css/viewer.css?v=326a61002d" />
4949
<link rel="stylesheet" href="css/editor.css?v=e811a96156" />
50-
<link rel="stylesheet" href="css/components.css?v=8f1ce5121c" />
50+
<link rel="stylesheet" href="css/components.css?v=ef93564e2e" />
5151
<link rel="stylesheet" href="css/markdown-content.css?v=6c10b2632f" />
5252

5353
<!-- highlight.js 主题 -->

0 commit comments

Comments
 (0)