From: Ian Weller Date: Wed, 13 Jan 2016 14:00:55 +0000 (-0500) Subject: did some scss editing for the first child of the about dropdown X-Git-Tag: v1.0.0^2~9 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=210711bddbca54a5078c0d3db19062f392154968;p=WP-Themes%2Fstaffords.git did some scss editing for the first child of the about dropdown --- diff --git a/css/app.css b/css/app.css index 596401b..368483c 100644 --- a/css/app.css +++ b/css/app.css @@ -7017,7 +7017,7 @@ header .searchform input[type="submit"]:hover { #about .top-bar .top-bar-section ul#menu-about-staffords li ul.dropdown li:nth-child(3) a { border: none; } } @media screen and (max-width: 1024px) { - #about .top-bar .top-bar-section ul#menu-about-staffords li ul.dropdown li:first-child a { + #about .top-bar .top-bar-section ul#menu-about-staffords li ul.dropdown li:first-child h5 a { border: none; } } .top-bar-section ul li .dropdown li.active:not(.has-form) a:not(.button) { diff --git a/scss/_topbar.scss b/scss/_topbar.scss index fed80ef..f484f70 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -650,9 +650,11 @@ } @media screen and (max-width: 1024px) { &:first-child { - a { - border: none; - } + h5 { + a { + border: none; + } + } } } }