From a8a9629be9e0a2fed2e0d4a82a31e1cb5ff02041 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Fri, 5 Jun 2020 23:02:02 +0200 Subject: [PATCH] style: use outline to mark contenteditable zone --- chloro/phyll/static/css/style.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chloro/phyll/static/css/style.scss b/chloro/phyll/static/css/style.scss index 24a69f0..8650e13 100644 --- a/chloro/phyll/static/css/style.scss +++ b/chloro/phyll/static/css/style.scss @@ -184,8 +184,8 @@ footer { } div[contenteditable=true]:focus-within { - outline: none; - box-shadow: inset 0 0 2px #333; + outline: 1px solid gray; + outline-offset: 3px; } .style-popup { -- 2.39.2