Skip to content

Commit 8d38929

Browse files
committed
adding fixes for the button style
1 parent 621524a commit 8d38929

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

src/widget.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import {
55
} from '@jupyterlab/docregistry';
66
import { ToolbarButton } from '@jupyterlab/apputils';
77
import { IRenderMimeRegistry } from '@jupyterlab/rendermime';
8+
import { runIcon } from '@jupyterlab/ui-components';
89

910
import { Panel } from '@lumino/widgets';
1011
import { Signal } from '@lumino/signaling';

style/base.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
.jp-blockly-button:hover {
2+
background-color: transparent !important;
3+
}
4+
5+
.jp-blockly-runButton {
6+
background-color: var(--md-green-500)
7+
}
8+
9+
.jp-blockly-runButton:hover {
10+
background-color: var(--md-green-700)
11+
}

0 commit comments

Comments
 (0)