forked from AuroraMiddleware/gtk
Adwaita: Make selection in menus visible
This commit is contained in:
parent
ec5854bb9b
commit
9182f0fe9d
@ -4774,9 +4774,18 @@ popover.menu {
|
||||
margin-right: 12px;
|
||||
}
|
||||
|
||||
radio.right,
|
||||
check.right {
|
||||
& radio.right,
|
||||
& check.right {
|
||||
margin-left: 12px;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
& modelbutton:hover {
|
||||
color: $selected_fg_color;
|
||||
background-color: $selected_bg_color;
|
||||
}
|
||||
|
||||
& modelbutton:hover accelerator {
|
||||
color: mix($selected_fg_color, gray, 50%);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user