Remove border from deeper submenu items
authorLaury GvR <laury@gaslightmedia.com>
Tue, 2 Feb 2016 17:31:53 +0000 (12:31 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 2 Feb 2016 17:31:53 +0000 (12:31 -0500)
css/app.css
scss/_topbar.scss

index 67c596c..2841baf 100644 (file)
@@ -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;
index e92b187..59cf50e 100644 (file)
@@ -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;