This commit is contained in:
Vince 2021-11-30 12:14:55 +08:00
parent 02870d80a7
commit dc6cf67ee3

View File

@ -109,10 +109,7 @@ window#whiskermenu-window {
$wm_outline;
}
scrolledwindow {
border-radius: $bt_radius;
> viewport button.radio {
box.categories > button.radio { // sidebar categories button
padding: 2px 6px;
margin: 2px;
@ -126,7 +123,16 @@ window#whiskermenu-window {
}
}
scrolledwindow.frame {
padding: $container_padding / 2;
background-color: $base_color;
border-radius: $bt_radius;
treeview.view {
border-radius: $bt_radius;
&:not(:hover):not(:selected) { background: none; }
&:selected:hover {
background-color: if($variant == 'light', rgba(black, 0.1), rgba(white, 0.1));
color: $fg_color;