Skip to content

Commit

Permalink
Merge pull request #112 from WordPress/mouse-over-left-border
Browse files Browse the repository at this point in the history
Only show left border on hover.
  • Loading branch information
timmyc authored Feb 22, 2017
2 parents 315ee13 + 1711fba commit 64e4b08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ h6:hover,
p:hover,
blockquote:hover,
img:hover {
box-shadow: inset 0px 0px 0px 2px #e0e5e9;
box-shadow: inset 9px 0px 0px -7px #e0e5e9;
}

h1.is-selected,
Expand Down

0 comments on commit 64e4b08

Please sign in to comment.