Adwaita: Make selection in menus visible

This commit is contained in:
Matthias Clasen 2019-06-10 02:19:53 +00:00
parent ec5854bb9b
commit 9182f0fe9d

View File

@ -4774,9 +4774,18 @@ popover.menu {
margin-right: 12px; margin-right: 12px;
} }
radio.right, & radio.right,
check.right { & check.right {
margin-left: 12px; margin-left: 12px;
margin-right: 0; margin-right: 0;
} }
& modelbutton:hover {
color: $selected_fg_color;
background-color: $selected_bg_color;
}
& modelbutton:hover accelerator {
color: mix($selected_fg_color, gray, 50%);
}
} }