From 9f0a57e7ccfcce3b9041bdbbc02b76174a0481a9 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 28 Aug 2024 01:55:20 +0300 Subject: [PATCH] minor fix... Signed-off-by: Alex A. Naanou --- experiments/outline-editor/editor.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/experiments/outline-editor/editor.css b/experiments/outline-editor/editor.css index 7305857..619abb7 100755 --- a/experiments/outline-editor/editor.css +++ b/experiments/outline-editor/editor.css @@ -590,6 +590,10 @@ .XXX>.view { background: yellow; } + .focused.XXX>.view { + /* XXX can we avoid !important here??? */ + background: #FDDA0D !important; + } }