From 5fb93c892c76208a0be83942802b13843af23a55 Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Fri, 3 Mar 2017 14:56:24 -0500 Subject: [PATCH] oops, made a mistake I didn't have the has-dropdown class stated in the styles, fixed it. --- css/app.css | 2 +- scss/_topbar.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: ''; } -- 2.17.1