We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 621524a commit 8d38929Copy full SHA for 8d38929
src/widget.ts
@@ -5,6 +5,7 @@ import {
5
} from '@jupyterlab/docregistry';
6
import { ToolbarButton } from '@jupyterlab/apputils';
7
import { IRenderMimeRegistry } from '@jupyterlab/rendermime';
8
+import { runIcon } from '@jupyterlab/ui-components';
9
10
import { Panel } from '@lumino/widgets';
11
import { Signal } from '@lumino/signaling';
style/base.css
@@ -0,0 +1,11 @@
1
+.jp-blockly-button:hover {
2
+ background-color: transparent !important;
3
+}
4
+
+.jp-blockly-runButton {
+ background-color: var(--md-green-500)
+.jp-blockly-runButton:hover {
+ background-color: var(--md-green-700)
0 commit comments