Skip to content

Commit

Permalink
Update running icon
Browse files Browse the repository at this point in the history
  • Loading branch information
gnestor committed Mar 25, 2019
1 parent d553920 commit 9ae7dcf
Show file tree
Hide file tree
Showing 8 changed files with 39 additions and 1 deletion.
4 changes: 4 additions & 0 deletions packages/application/style/icons.css
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,10 @@
background-image: var(--jp-icon-run);
}

.jp-RunningIcon {
background-image: var(--jp-icon-stop-circle);
}

.jp-SaveIcon {
background-image: var(--jp-icon-save);
}
Expand Down
2 changes: 1 addition & 1 deletion packages/running-extension/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function activate(
): void {
let running = new RunningSessions({ manager: app.serviceManager });
running.id = 'jp-running-sessions';
running.title.iconClass = 'jp-DirectionsRunIcon jp-SideBar-tabIcon';
running.title.iconClass = 'jp-RunningIcon jp-SideBar-tabIcon';
running.title.caption = 'Running Terminals and Kernels';

// Let the application restorer track the running panel for restoration of
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions packages/theme-dark-extension/style/icons/md/stop-circle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/theme-dark-extension/style/urls.css
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@
--jp-icon-spreadsheet-selected: url('icons/jupyter/csv_selected.svg');
--jp-icon-spreadsheet: url('icons/jupyter/csv.svg');
--jp-icon-stop: url('icons/md/stop.svg');
--jp-icon-stop-circle: url('icons/md/stop-circle.svg');
--jp-icon-terminal: url('icons/jupyter/terminal.svg');
--jp-icon-tab: url('icons/md/ic_tab_24px.svg');
--jp-icon-text-editor: url('icons/jupyter/texteditor.svg');
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions packages/theme-light-extension/style/icons/md/stop-circle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/theme-light-extension/style/urls.css
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@
--jp-icon-spreadsheet-selected: url('icons/jupyter/csv_selected.svg');
--jp-icon-spreadsheet: url('icons/jupyter/csv.svg');
--jp-icon-stop: url('icons/md/stop.svg');
--jp-icon-stop-circle: url('icons/md/stop-circle.svg');
--jp-icon-tab: url('icons/md/ic_tab_24px.svg');
--jp-icon-terminal: url('icons/jupyter/terminal.svg');
--jp-icon-text-editor: url('icons/jupyter/texteditor.svg');
Expand Down

0 comments on commit 9ae7dcf

Please sign in to comment.