From 15d4a594aef159606864cfe5246e27de69d5bd6c Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Thu, 10 Nov 2016 10:10:03 -0800 Subject: [PATCH] adding hover style on categories --- theme/style.less | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/theme/style.less b/theme/style.less index 73c6a009..b6632a6d 100644 --- a/theme/style.less +++ b/theme/style.less @@ -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;