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; + } }