adding hover style on categories
This commit is contained in:
		@@ -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;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user