Skip to content
This repository has been archived by the owner on Oct 9, 2019. It is now read-only.

Fix odd hover effect on focused element #10

Merged
merged 1 commit into from Sep 15, 2011
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion css/html5demos.css
Expand Up @@ -67,7 +67,7 @@ footer > * {
content: '...quickly';
}
*/
[contenteditable]:hover {
[contenteditable]:hover:not(:focus) {
outline: 1px dotted #ccc;
}

Expand Down