Skip to content

Commit

Permalink
Merge pull request #5364 from Songyu-Wang/fix-#5349
Browse files Browse the repository at this point in the history
Fix issue #5349 by using a darker color as background when row selected
  • Loading branch information
tgeorgeux committed Sep 28, 2018
2 parents 39e4b67 + 05330c9 commit 1a9c434
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/completer/style/index.css
Expand Up @@ -87,8 +87,8 @@
}

.jp-Completer-item.jp-mod-active {
background: var(--jp-brand-color3);
opacity: 0.8;
background: var(--jp-brand-color1);
color: white;
}

.jp-Completer-item .jp-Completer-match mark {
Expand Down

0 comments on commit 1a9c434

Please sign in to comment.