UNPKG

pxt-core

Version:

Microsoft MakeCode provides Blocks / JavaScript / Python tools and editors

40 lines (31 loc) 840 B
/* Import all components */ @import 'themes/default/globals/site.variables'; @import 'themes/pxt/globals/site.variables'; /* Reference import */ @import (reference) "semantic.less"; /******************************* Light Mode *******************************/ .light * { /*CSS transitions*/ -webkit-transition: none!important; -moz-transition: none!important; -ms-transition: none!important; transition: none!important; } .light .ui.dimmer { animation-duration: 0s !important; } .light .ui.loader:after { animation: none !important; } /* Remove blockly filter on drag */ .light svg.blocklyBlockDragSurface > g { filter: none !important; } .light .blocklyMainBackground { fill: var(--pxt-target-background1) !important; } .light #monacoEditorToolbox .blocklyTreeRow { animation: none !important; }