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