fix(ui): 修复风格市场弹窗按钮对比度并透明化概览指标容器#709
Closed
HKLHaoBin wants to merge 1 commit into
Closed
Conversation
风格市场弹窗关闭按钮与已登录身份 pill 改用 --ol-pill-selected-* 深色 chip, 避免浅色毛玻璃在白色弹窗背景上不可见;概览页 ol-overview-hero 去掉外层 卡片边框与背景,仅保留内部 Metric 卡片样式。 Co-authored-by: Cursor <cursoragent@cursor.com>
Contributor
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
User description
摘要
修复风格市场弹窗顶部控件在浅色背景上对比度不足的问题,并简化概览页指标区外层容器样式。标题:ix(ui): 修复风格市场弹窗按钮对比度并透明化概览指标容器
修复 / 新增 / 改进
兼容
测试计划
PR Type
Bug fix, Enhancement
Description
修复 MarketplaceModal 关闭按钮与登录 pill 在白色背景上的对比度
透明化概览页指标区域外层容器样式
Diagram Walkthrough
File Walkthrough
MarketplaceModal.tsx
为弹窗控件添加深色 chip 样式openless-all/app/src/components/MarketplaceModal.tsx
CSSProperties类型modalChipDarkStyle和modalCloseBtnStyle深色样式global.css
透明化概览页外层容器openless-all/app/src/styles/global.css
.ol-overview-hero的背景设为透明