Skip to content

Commit

Permalink
fix: remove duplicate border-left-width:0 in drilldown
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Ruf committed Nov 19, 2018
1 parent dfe9ae2 commit b6a3c65
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scss/components/_drilldown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b6a3c65

Please sign in to comment.