Skip to content

Commit

Permalink
Merge pull request remy#10 from alanhogan/master
Browse files Browse the repository at this point in the history
Fix odd hover effect on focused element
  • Loading branch information
remy committed Sep 15, 2011
2 parents 597218d + 1c6540f commit 6b8ef9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/html5demos.css
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ footer > * {
content: '...quickly';
}
*/
[contenteditable]:hover {
[contenteditable]:hover:not(:focus) {
outline: 1px dotted #ccc;
}

Expand Down

0 comments on commit 6b8ef9a

Please sign in to comment.