Skip to content

Commit

Permalink
Make selected command pallete darker on hover
Browse files Browse the repository at this point in the history
  • Loading branch information
saulshanabrook committed May 24, 2019
1 parent 77a940e commit cea511b
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 cea511b

Please sign in to comment.