This commit is contained in:
Vince 2021-07-06 23:08:38 +08:00
parent 384a1de662
commit bfd2dc781e

View file

@ -2122,6 +2122,15 @@ window.background > box.vertical > headerbar:not(.titlebar) { // reset headerbar
border-style: none;
}
}
entry, &:selected entry {
background-color: $base_color;
&:focus {
color: $fg_color;
background-color: mix(white, $base_color, 8%);
}
}
}
//