From e6a3bd5c8784b92ac37d602d1b18fa5d9908ecf7 Mon Sep 17 00:00:00 2001 From: Jacob Alvarez Date: Wed, 20 Jan 2016 14:56:31 -0600 Subject: [PATCH] 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. --- scss/components/_drilldown.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.47.2