From: Jacob Alvarez Date: Wed, 20 Jan 2016 20:56:31 +0000 (-0600) Subject: Make drilldown menu "Back" arrow part of the X-Git-Tag: v6.1.2~22^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F7949%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Make drilldown menu "Back" arrow part of the Makes the drilldown menu's "Back" arrows to be pseudo-element of the "Back" rather than the
  • . This provides consistency with the "forward" arrows and makes them clickable. --- diff --git a/scss/components/_drilldown.scss b/scss/components/_drilldown.scss index 7e2b42616..9a2208af2 100644 --- a/scss/components/_drilldown.scss +++ b/scss/components/_drilldown.scss @@ -64,7 +64,7 @@ $drilldown-background: $white !default; } } - .js-drilldown-back a::before { + .js-drilldown-back > a::before { @include css-triangle(6px, $drilldown-arrow-color, $global-left); border-#{$global-left}-width: 0; display: inline-block;