From b234337dda23b479f5aa1cedd994d687558cad86 Mon Sep 17 00:00:00 2001 From: Sam El-Husseini Date: Fri, 4 Aug 2017 15:14:24 -0700 Subject: [PATCH] Update styles --- theme/style.less | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) diff --git a/theme/style.less b/theme/style.less index e8603d09..0327447a 100644 --- a/theme/style.less +++ b/theme/style.less @@ -98,12 +98,9 @@ span.blocklyTreeLabel { } /* Editor menu toggle */ -#menubar .ui.menu .item.editor-menuitem { +#menubar .ui.menu.fixed .item.editor-menuitem .ui.grid { background: @blue !important; } -#menubar .ui.menu .item.editor-menuitem .item { - color: white !important; -} /* Search box */ #blocklySearchArea { @@ -124,11 +121,6 @@ span.blocklyTreeLabel { #filelist { background: transparent; } - div.blocklyTreeRow { - padding-bottom: 2rem !important; - min-height: @blocklyRowHeightMobile; - line-height: @blocklyRowHeightMobile/2; - } #blocklyTrashIcon { margin: 0.2rem; } @@ -136,29 +128,14 @@ span.blocklyTreeLabel { /* Tablet */ @media only screen and (min-width: @tabletBreakpoint) and (max-width: @largestTabletScreen) { - div.blocklyTreeRow { - padding-left: 0.5rem !important; - min-height: @blocklyRowHeightTablet; - line-height: @blocklyRowHeightTablet/2; - } } /* Small Monitor */ @media only screen and (min-width: @computerBreakpoint) and (max-width: @largestSmallMonitor) { - div.blocklyTreeRow { - padding-left: 0.5rem !important; - min-height: @blocklyRowHeightComputer; - line-height: @blocklyRowHeightComputer/2; - } } /* Large Monitor */ @media only screen and (min-width: @largeMonitorBreakpoint) { - div.blocklyTreeRow { - padding-left: 0.5rem !important; - min-height: @blocklyRowHeightWide; - line-height: @blocklyRowHeightWide/2; - } } /* Mobile, Tablet AND thin screen */ @media only screen and (max-width: @largestTabletScreen) and (max-height: @thinEditorBreakpoint) {