Skip to content

Commit

Permalink
Merge pull request #671 from mikadamczyk/EZP-29676
Browse files Browse the repository at this point in the history
EZP-29676: Arrow pointing into Filters is too thin in Edge
  • Loading branch information
micszo authored Oct 5, 2018
2 parents 65e1622 + 16d9ef9 commit 640ecca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bundle/Resources/public/scss/_filters.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,12 @@

&:before {
border-color: $ez-color-secondary transparent;
top: calculateRem(-10px);
top: calculateRem(-11px);
}

&:after {
border-color: $ez-ground-base-light transparent;
top: calculateRem(-9px);
top: calculateRem(-10px);
}

&__btns {
Expand Down

0 comments on commit 640ecca

Please sign in to comment.