mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-06 11:35:24 +08:00
Merge pull request #7599 from minrk/modal-double-border
remove duplicated border in indicator area
This commit is contained in:
commit
a788c02ea3
@ -12,12 +12,13 @@
|
||||
z-index: 10;
|
||||
text-align: center;
|
||||
width: auto;
|
||||
border-left: 1px solid;
|
||||
}
|
||||
|
||||
#kernel_indicator {
|
||||
.indicator_area();
|
||||
|
||||
border-left: 1px solid;
|
||||
|
||||
.kernel_indicator_name {
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
|
2
IPython/html/static/style/style.min.css
vendored
2
IPython/html/static/style/style.min.css
vendored
@ -10530,7 +10530,6 @@ ul#help_menu li a i {
|
||||
z-index: 10;
|
||||
text-align: center;
|
||||
width: auto;
|
||||
border-left: 1px solid;
|
||||
}
|
||||
#kernel_indicator {
|
||||
float: right !important;
|
||||
@ -10558,7 +10557,6 @@ ul#help_menu li a i {
|
||||
z-index: 10;
|
||||
text-align: center;
|
||||
width: auto;
|
||||
border-left: 1px solid;
|
||||
}
|
||||
.edit_mode .modal_indicator:before {
|
||||
display: inline-block;
|
||||
|
Loading…
Reference in New Issue
Block a user