Update font size of blocks, set blockly Flyout button color (#1324)
This commit is contained in:
parent
9bc6d994a8
commit
266b3ed04f
@ -11,6 +11,14 @@
|
|||||||
/* Reference import */
|
/* Reference import */
|
||||||
@import (reference) "semantic.less";
|
@import (reference) "semantic.less";
|
||||||
|
|
||||||
|
|
||||||
|
text.blocklyText {
|
||||||
|
font-weight: 600;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
-webkit-font-smoothing: subpixel-antialiased;
|
||||||
|
-webkit-font-smoothing: antialiased;
|
||||||
|
}
|
||||||
|
|
||||||
/* Blockly Field: Grid picker */
|
/* Blockly Field: Grid picker */
|
||||||
.blocklyGridPickerTooltip {
|
.blocklyGridPickerTooltip {
|
||||||
padding: 3px 5px;
|
padding: 3px 5px;
|
||||||
|
@ -77,6 +77,7 @@
|
|||||||
@blocklyFlyoutColor: #4b4949;
|
@blocklyFlyoutColor: #4b4949;
|
||||||
@blocklyFlyoutColorOpacity: 1.0;
|
@blocklyFlyoutColorOpacity: 1.0;
|
||||||
@monacoFlyoutColor: @blocklyFlyoutColor;
|
@monacoFlyoutColor: @blocklyFlyoutColor;
|
||||||
|
@blocklyFlyoutButtonColor: @secondaryColor;
|
||||||
|
|
||||||
/*-------------------
|
/*-------------------
|
||||||
Serial
|
Serial
|
||||||
|
Loading…
Reference in New Issue
Block a user