Update font size of blocks, set blockly Flyout button color (#1324)

This commit is contained in:
Sam El-Husseini 2018-10-01 14:40:16 -07:00 committed by GitHub
parent 9bc6d994a8
commit 266b3ed04f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 0 deletions

View File

@ -11,6 +11,14 @@
/* Reference import */
@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 */
.blocklyGridPickerTooltip {
padding: 3px 5px;

View File

@ -77,6 +77,7 @@
@blocklyFlyoutColor: #4b4949;
@blocklyFlyoutColorOpacity: 1.0;
@monacoFlyoutColor: @blocklyFlyoutColor;
@blocklyFlyoutButtonColor: @secondaryColor;
/*-------------------
Serial