Skip to content

Commit

Permalink
Backport PR jupyterlab#13384: Add a hover effect to plugin list entri…
Browse files Browse the repository at this point in the history
…es (jupyterlab#13388)

Co-authored-by: Michał Krassowski <[email protected]>
  • Loading branch information
meeseeksmachine and krassowski authored Nov 8, 2022
1 parent fa1bac8 commit ba52666
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/settingeditor/style/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,10 @@ ul.jp-PluginList li.jp-mod-selected span.jp-PluginList-icon.jp-FileIcon {
white-space: nowrap;
}

.jp-PluginList-entry:hover {
background: var(--jp-layout-color1);
}

.jp-PluginList-entry li {
margin-left: 27px;
margin-top: 5px;
Expand Down

0 comments on commit ba52666

Please sign in to comment.