Switch the backing of the blocks JS toggle. (#431)

* Switch the backing of the blocks JS toggle.

* Minor changes
This commit is contained in:
Sam El-Husseini 2018-04-05 06:48:27 -07:00 committed by Peli de Halleux
parent 81758f2555
commit ecc9319334
2 changed files with 5 additions and 7 deletions

View File

@ -159,6 +159,7 @@
@blocklyToolboxColor: #FFF; /*#FAC80A;*/
@trashIconColor: #FAC80A; /*white*/
@editorToggleColor: @primaryColor;
/*-------------------
Blockly

View File

@ -58,7 +58,7 @@
}
/* Menu bar colors */
.menubar .ui.item {
.ui.menu .ui.item {
color: #4A4A4A;
}
.fullscreensim .menubar .ui.menu {
@ -73,18 +73,15 @@
/* Editor menu toggle */
.menubar .ui.menu.fixed .item.editor-menuitem .ui.grid {
background: @blue !important;
background: fade(@blue, 10%) !important;
border: 1px solid #888888;
border-radius: 0px !important;
border: 2px solid @blue;
}
.menubar .ui.menu.fixed .ui.item.editor-menuitem .item:not(.active) {
color: white;
}
.menubar .ui.menu.fixed .ui.item.editor-menuitem .item {
border-radius: 0px !important;
}
.menubar .ui.menu.fixed .ui.item.editor-menuitem .item.active {
color: @blue;
color: white;
}
.menubar .ui.item.editor-menuitem .item.toggle {