minor tweak...

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

View File

@ -590,9 +590,12 @@
.XXX>.view {
background: yellow;
}
.XXX:hover>.view {
background: rgb(253, 218, 13, 0.5) !important;
}
.focused.XXX>.view {
/* XXX can we avoid !important here??? */
background: #FDDA0D !important;
background: rgb(253, 218, 13) !important;
}
}