Skip to content

Commit

Permalink
Backport PR jupyterlab#7513: fix dropdown option style issue in Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jasongrout authored and MeeseeksDev[bot] committed Nov 12, 2019
1 parent e6c100e commit 791e25e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/ui-components/style/base.css
Expand Up @@ -104,8 +104,9 @@ input::placeholder {
color: var(--jp-ui-font-color0);
}

/* Use our own theme for hover styles */
.jp-HTMLSelect.bp3-html-select.bp3-minimal select:hover {
/* Use our own theme for hover and option styles */
.jp-HTMLSelect.bp3-html-select.bp3-minimal select:hover,
.jp-HTMLSelect.bp3-html-select.bp3-minimal select > option {
color: var(--jp-ui-font-color0);
background-color: var(--jp-layout-color2);
}
Expand Down

0 comments on commit 791e25e

Please sign in to comment.