Skip to content

Commit

Permalink
Merge pull request #105 from krassowski/patch-1
Browse files Browse the repository at this point in the history
Use lumino classes
  • Loading branch information
vidartf authored Jul 10, 2023
2 parents 74c6039 + ac6cbbe commit 8f02f56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/sidecar.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
flex: 1;
}

.jp-SideBar.jp-mod-right .p-TabBar-tabCloseIcon {
.jp-SideBar.jp-mod-right .p-TabBar-tabCloseIcon, .jp-SideBar.jp-mod-right .lm-TabBar-tabCloseIcon {
padding: 4px 0px 4px 4px;
background-size: 16px;
height: 16px;
Expand All @@ -22,7 +22,7 @@
align-self: center;
}

.jp-SideBar.jp-mod-right .p-TabBar-tabCloseIcon:hover {
.jp-SideBar.jp-mod-right .p-TabBar-tabCloseIcon:hover, .jp-SideBar.jp-mod-right .lm-TabBar-tabCloseIcon:hover {
background-size: 16px;
background-image: var(--jp-icon-inverse-close-circle);
}

0 comments on commit 8f02f56

Please sign in to comment.