Skip to content

Commit

Permalink
Update tap state (again) on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
marineb committed Apr 10, 2017
1 parent 8f0d19c commit 2fa9b9c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion app/styles/nypr-ui/_bricks.scss
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,12 @@
.brick__item--sponsored:focus:after,
.brick__item--sponsored:active:after {
@include mq($mobile) {
background: none;
opacity: 0;
}
}

.brick-row--images .brick__item:hover:before {
@include mq($mobile) {
opacity: 1;
}
}

0 comments on commit 2fa9b9c

Please sign in to comment.