Skip to content

Commit

Permalink
Fix cursor flicker on article card border (forem#2760)
Browse files Browse the repository at this point in the history
  • Loading branch information
bolariin authored and benhalpern committed May 8, 2019
1 parent 2e55b9d commit d3c929d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/assets/stylesheets/articles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@
);
@include themeable(box-shadow, theme-container-box-shadow, $bold-shadow);
border-radius: 3px;
cursor: pointer;
width: 96%;
margin: auto;
position: relative;
Expand Down

0 comments on commit d3c929d

Please sign in to comment.