adding hover style on categories

This commit is contained in:
Peli de Halleux 2016-11-10 10:10:03 -08:00
parent a0b426bdf0
commit 15d4a594ae
1 changed files with 5 additions and 0 deletions

View File

@ -4,6 +4,7 @@
@import 'themes/default/globals/site.variables';
@import 'themes/pxt/globals/site.variables';
@import 'site/globals/site.variables';
@import 'themes/default/collections/menu.variables';
/* Reference import */
@import (reference) "semantic.less";
@ -44,6 +45,10 @@
border-radius:5px;
}
.blocklyTreeRow:hover {
background: @invertedBackground !important;
}
/* This removes any padding at the top of the toolbox */
.blocklyTreeRoot {
padding: 0px !important;