Skip to content

Commit

Permalink
Backport PR jupyterlab#11688: updates debugger icon css to work with …
Browse files Browse the repository at this point in the history
…white panel background
  • Loading branch information
echarles authored and meeseeksmachine committed Dec 15, 2021
1 parent 8b26ce7 commit 9203b2a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/debugger/style/icons.css
Expand Up @@ -14,14 +14,14 @@ button.jp-Button.bp3-button.bp3-minimal.jp-TreeView.jp-TableView {

button.jp-Button.bp3-button.bp3-minimal.jp-TreeView:hover {
cursor: pointer;
background-color: var(--jp-layout-color1);
background-color: var(--jp-layout-color2);
}

button.jp-Button.bp3-button.bp3-minimal.jp-TableView:hover {
cursor: pointer;
background-color: var(--jp-layout-color1);
background-color: var(--jp-layout-color2);
}

.jp-ViewModeSelected {
background-color: var(--jp-layout-color1);
background-color: var(--jp-layout-color2);
}

0 comments on commit 9203b2a

Please sign in to comment.