From d5a8cd040a4c3f39df0fd322635b05279c7f95d3 Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Wed, 3 Aug 2016 09:06:47 -0400 Subject: [PATCH] more adjustemnts to the topbar --- css/app.css | 2 ++ scss/_topbar.scss | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/css/app.css b/css/app.css index a8649f2..25b8ba6 100644 --- a/css/app.css +++ b/css/app.css @@ -6456,6 +6456,8 @@ header { .top-bar-section ul li.menu-icon ul.dropdown li:not(.has-form):not(.active) > a:not(.button) { background: #374343; margin-top: -7px; } + .top-bar-section ul li.menu-icon ul.dropdown lili.active:not(.has-form) a:hover:not(.button) { + line-height: 2rem; } .top-bar-section ul li.drop-left > .dropdown { right: 0 !important; left: auto !important; diff --git a/scss/_topbar.scss b/scss/_topbar.scss index d0d948d..049f9f0 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -60,6 +60,11 @@ margin-top: -7px; } } + &li.active:not(.has-form) { + a:hover:not(.button) { + line-height: rem-calc(32); + } + } } } } -- 2.17.1