Skip to content

Commit

Permalink
[SDPA-2625] Fix border gradient in safari. (#382)
Browse files Browse the repository at this point in the history
  • Loading branch information
dylankelly authored Jun 6, 2019
1 parent 5dda34c commit 1db6cdc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/Molecules/AnchorLinks/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ export default {
@include rpl_mobile_padding;
padding-left: $rpl-anchor-links-left-padding-xs;
border-left: $rpl-anchor-links-border;
border-right: 0;
border-image: $rpl-anchor-links-border-image;
position: relative;
margin: $rpl-anchor-links-margin;
Expand Down

0 comments on commit 1db6cdc

Please sign in to comment.