From: Laury GvR Date: Tue, 2 Feb 2016 17:31:53 +0000 (-0500) Subject: Remove border from deeper submenu items X-Git-Tag: v1.0.0^2~11 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=3b518f7d94c33596897fe2cf1ed8c6e08788d853;p=WP-Themes%2Fsaultstemarie.git Remove border from deeper submenu items --- diff --git a/css/app.css b/css/app.css index 67c596c..2841baf 100644 --- a/css/app.css +++ b/css/app.css @@ -6452,7 +6452,7 @@ header { .tab-bar .tab-bar-section.middle { text-align: right; } -.top-bar-section ul#menu-main-menu li:hover:not(.has-form) > a { +.top-bar-section ul#menu-main-menu > li > ul > li:hover:not(.has-form) > a { border-left-width: 1px; border-right-width: 1px; border-top-width: 0; diff --git a/scss/_topbar.scss b/scss/_topbar.scss index e92b187..59cf50e 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -13,7 +13,7 @@ text-align: right; } } -.top-bar-section ul#menu-main-menu li:hover:not(.has-form) > a { +.top-bar-section ul#menu-main-menu > li > ul > li:hover:not(.has-form) > a { border-left-width: 1px; border-right-width: 1px; border-top-width: 0;