Merge pull request #10 from alanhogan/master

Fix odd hover effect on focused element
This commit is contained in:
Remy Sharp 2011-09-15 00:37:41 -07:00
commit 6b8ef9adf9
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ footer > * {
content: '...quickly';
}
*/
[contenteditable]:hover {
[contenteditable]:hover:not(:focus) {
outline: 1px dotted #ccc;
}