From 94b87a4719588c54d4b90515d53bc398eee5fe67 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 28 Aug 2024 02:16:24 +0300 Subject: [PATCH] more tweaks... Signed-off-by: Alex A. Naanou --- experiments/outline-editor/editor.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/experiments/outline-editor/editor.css b/experiments/outline-editor/editor.css index 771a606..d0c972a 100755 --- a/experiments/outline-editor/editor.css +++ b/experiments/outline-editor/editor.css @@ -597,6 +597,9 @@ /* XXX can we avoid !important here??? */ background: rgb(253, 218, 13) !important; } + .focused.XXX:hover>.view { + background: rgb(253, 218, 13, 0.7) !important; + } }