-
Notifications
You must be signed in to change notification settings - Fork 27
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
Improve style of Lumino tab close button #839
Conversation
.p-BoxPanel { | ||
.lm-BoxPanel { |
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.
.p-*
is deprecated apparently: jupyterlab/lumino#106
Codecov Report
@@ Coverage Diff @@
## master #839 +/- ##
=======================================
Coverage 91.47% 91.47%
=======================================
Files 86 86
Lines 1701 1701
Branches 109 109
=======================================
Hits 1556 1556
Misses 119 119
Partials 26 26
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
.p-TabBar-tabCloseIcon:before { | ||
content: 'X'; | ||
.lm-TabBar-tabCloseIcon:before { | ||
content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' style='width:24px;height:24px' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M19,6.41L17.59,5L12,10.59L6.41,5L5,6.41L10.59,12L5,17.59L6.41,19L12,13.41L17.59,19L19,17.59L13.41,12L19,6.41Z' /%3E%3C/svg%3E"); |
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.
SVG taken from material design close icon
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.
Looks good, one review will do. 👍
This is a small change with no associated Issue.
Before:
After:
Requirements check-list
CONTRIBUTING.md
and added my name as a Code Contributor.