Skip to content

Commit

Permalink
Merge pull request #7399 from jasongrout/auto-backport-of-pr-7379-on-1.x
Browse files Browse the repository at this point in the history
Backport PR #7379: Clean up log console api a bit
  • Loading branch information
jasongrout committed Oct 22, 2019
2 parents 8f46a57 + 653006d commit cd55da8
Show file tree
Hide file tree
Showing 19 changed files with 1,189 additions and 865 deletions.
9 changes: 9 additions & 0 deletions packages/application/style/icons.css
Expand Up @@ -190,6 +190,15 @@
fill: var(--jp-brand-color1);
}

/* CSS for icons in status bar */
#jp-main-statusbar .jp-mod-selected .jp-icon-selectable[fill] {
fill: white;
}

#jp-main-statusbar .jp-mod-selected .jp-icon-selectable-inverse[fill] {
fill: var(--jp-brand-color1);
}

/* special handling for splash icon CSS. While the theme CSS reloads during
splash, the splash icon can loose theming. To prevent that, we set a
default for its color variable */
Expand Down
2 changes: 2 additions & 0 deletions packages/logconsole-extension/package.json
Expand Up @@ -41,7 +41,9 @@
"@jupyterlab/notebook": "^1.2.0-alpha.2",
"@jupyterlab/rendermime": "^1.2.0-alpha.2",
"@jupyterlab/statusbar": "^1.2.0-alpha.2",
"@jupyterlab/ui-components": "^2.0.0-alpha.2",
"@phosphor/signaling": "^1.3.0",
"@phosphor/widgets": "^1.9.0",
"react": "~16.8.4"
},
"devDependencies": {
Expand Down

0 comments on commit cd55da8

Please sign in to comment.