File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 );
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
Original file line number Diff line number Diff line change 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 主题 -->
You can’t perform that action at this time.
0 commit comments