Skip to content

Commit

Permalink
Remove hover effects for non-RES users.
Browse files Browse the repository at this point in the history
  • Loading branch information
avinashbot committed Apr 17, 2017
1 parent 83418ea commit e6d6f0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme/link.scss
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ body.listing-page #siteTable {
border-right: 2px solid $accent-color;
}

&:not(.RES-keyNav-activeThing):hover {
body.res &:not(.RES-keyNav-activeThing):hover {
border-right: 2px solid transparentize($accent-color, 0.5);
}

0 comments on commit e6d6f0c

Please sign in to comment.