pxt-core
Version:
Microsoft MakeCode provides Blocks / JavaScript / Python tools and editors
40 lines (31 loc) • 840 B
text/less
/* 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;
-moz-transition: none;
-ms-transition: none;
transition: none;
}
.light .ui.dimmer {
animation-duration: 0s ;
}
.light .ui.loader:after {
animation: none ;
}
/* Remove blockly filter on drag */
.light svg.blocklyBlockDragSurface > g {
filter: none ;
}
.light .blocklyMainBackground {
fill: var(--pxt-target-background1) ;
}
.light #monacoEditorToolbox .blocklyTreeRow {
animation: none ;
}