-
-
Notifications
You must be signed in to change notification settings - Fork 49.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
fix: IE11 can not close Tabs #25200
fix: IE11 can not close Tabs #25200
Conversation
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 5a42fe9:
|
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 dc33a8f:
|
@@ -175,6 +171,10 @@ | |||
cursor: not-allowed; | |||
} | |||
|
|||
& &-remove .@{iconfont-css-prefix} { |
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.
& &-remove .@{iconfont-css-prefix} { | |
&-remove .@{iconfont-css-prefix} { |
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.
这个不能删。会被 .tabs .@{iconfont-css-prefix}
冲掉。
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 dd16e4e:
|
Codecov Report
@@ Coverage Diff @@
## master #25200 +/- ##
=======================================
Coverage 99.43% 99.43%
=======================================
Files 365 365
Lines 7302 7302
Branches 1993 2043 +50
=======================================
Hits 7261 7261
Misses 41 41 Continue to review full report at Codecov.
|
节前打版本不? |
还是周末发版本~ |
* fix: IE11 can not close Tabs * update snapshot * fix style lint * move -remove icon clear
[中文版模板 / Chinese template]
🤔 This is a ...
🔗 Related issue link
resolve #25153
💡 Background and solution
📝 Changelog
☑️ Self Check before Merge