From: Ian Weller Date: Fri, 3 Mar 2017 19:56:24 +0000 (-0500) Subject: oops, made a mistake X-Git-Tag: v1.0.0^2~148 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=5fb93c892c76208a0be83942802b13843af23a55;p=WP-Themes%2Fmichigantrailmaps.git oops, made a mistake I didn't have the has-dropdown class stated in the styles, fixed it. --- diff --git a/css/app.css b/css/app.css index 942f912..ba7a2d2 100644 --- a/css/app.css +++ b/css/app.css @@ -6464,7 +6464,7 @@ header { content: ''; } .top-bar-section ul li ul.dropdown li a { font-size: 1.125rem; } - .top-bar-section ul li ul.dropdown li:has-dropdown a:after { + .top-bar-section ul li ul.dropdown li.has-dropdown a:after { content: ''; } .top-bar-section ul li ul.dropdown li:not(.has-form):not(.active) > a:not(.button) { background: transparent; diff --git a/scss/_topbar.scss b/scss/_topbar.scss index 000aa08..f2f6907 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -117,7 +117,7 @@ a { font-size: rem-calc(18); } - &:has-dropdown { + &.has-dropdown { a:after { content: ''; }