From: Daniel Ruf Date: Mon, 19 Nov 2018 08:14:27 +0000 (+0100) Subject: fix: remove duplicate border-left-width:0 in drilldown X-Git-Tag: v6.6.0~3^2~61^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6a3c652a08951c48aaa65bfd4c890cf7daa90b3;p=thirdparty%2Ffoundation%2Ffoundation-sites.git fix: remove duplicate border-left-width:0 in drilldown --- diff --git a/scss/components/_drilldown.scss b/scss/components/_drilldown.scss index 81b82cba7..81d39937b 100644 --- a/scss/components/_drilldown.scss +++ b/scss/components/_drilldown.scss @@ -131,7 +131,6 @@ $drilldown-arrow-size: 6px !default; .js-drilldown-back > a::before { @include css-triangle($drilldown-arrow-size, $drilldown-arrow-color, $global-left); - border-#{$global-left}-width: 0; display: inline-block; vertical-align: middle; margin-#{$global-right}: 0.75rem; // Creates space between the arrow and the text