Skip to content

Commit

Permalink
Merge pull request #6407 from saulshanabrook/cp-hover
Browse files Browse the repository at this point in the history
Make selected command palette darker on hover
  • Loading branch information
blink1073 committed May 24, 2019
2 parents 77a940e + cea511b commit 42c32c1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/apputils/style/commandpalette.css
Expand Up @@ -133,6 +133,10 @@
background: var(--jp-layout-color3);
}

.p-CommandPalette-item.p-mod-active:hover:not(.p-mod-disabled) {
background: var(--jp-layout-color4);
}

.p-CommandPalette-item:hover:not(.p-mod-active):not(.p-mod-disabled) {
background: var(--jp-layout-color2);
}
Expand Down

0 comments on commit 42c32c1

Please sign in to comment.