minor fix...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2024-08-28 01:55:20 +03:00
parent fe5fd8f823
commit 9f0a57e7cc

View File

@ -590,6 +590,10 @@
.XXX>.view { .XXX>.view {
background: yellow; background: yellow;
} }
.focused.XXX>.view {
/* XXX can we avoid !important here??? */
background: #FDDA0D !important;
}
} }