Skip to content

Commit 6b8ef9a

Browse files
committed
Merge pull request remy#10 from alanhogan/master
Fix odd hover effect on focused element
2 parents 597218d + 1c6540f commit 6b8ef9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css/html5demos.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ footer > * {
6767
content: '...quickly';
6868
}
6969
*/
70-
[contenteditable]:hover {
70+
[contenteditable]:hover:not(:focus) {
7171
outline: 1px dotted #ccc;
7272
}
7373

0 commit comments

Comments
 (0)