-
-
Notifications
You must be signed in to change notification settings - Fork 50.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
style: add @progress-info-text-color #28981
Conversation
components/progress/style/index.less
Outdated
@@ -93,7 +93,7 @@ | |||
display: inline-block; | |||
width: 2em; | |||
margin-left: 8px; | |||
color: @text-color-secondary; | |||
color: @progress-text-color; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
把 style 里的 改成这个
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个在circle
里面用到了,是@text-color
,两个互斥
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
那换个名字
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit c13b9fa:
|
Size Change: +2.33 kB (0%) Total Size: 791 kB
|
Codecov Report
@@ Coverage Diff @@
## master #28981 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 393 394 +1
Lines 7450 7485 +35
Branches 2149 2141 -8
=========================================
+ Hits 7450 7485 +35
Continue to review full report at Codecov.
|
components/progress/style/index.less
Outdated
@@ -163,7 +163,7 @@ | |||
width: 100%; | |||
margin: 0; | |||
padding: 0; | |||
color: @progress-text-color; | |||
color: @progress-circle-text-color; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
原有的不动,上面的新增个。不然会造成破坏性更新的。
QAQ |
Co-authored-by: afc163 <afc163@gmail.com>
[中文版模板 / Chinese template]
🤔 This is a ...
🔗 Related issue link
fix #28980
💡 Background and solution
Fix issue: #28980
📝 Changelog
@progress-info-text-color
☑️ Self Check before Merge
Not sure this change is appropriate. The Progress text color changed from
@text-secondary-color
to@text-color
, which may cause visual difference.