diff --git a/css/html5demos.css b/css/html5demos.css index 2ce335a..ddc57b1 100644 --- a/css/html5demos.css +++ b/css/html5demos.css @@ -67,7 +67,7 @@ footer > * { content: '...quickly'; } */ -[contenteditable]:hover { +[contenteditable]:hover:not(:focus) { outline: 1px dotted #ccc; }