Fix cursor flicker on article card border (#2760)

This commit is contained in:
Bolarinwa Balogun 2019-05-08 08:51:22 -04:00 committed by Ben Halpern
parent 2e55b9d82f
commit d3c929d00a

View file

@ -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;