forked from AuroraMiddleware/gtk
stylesheet: sync combox with other popovers
- use the same lists style as everything else (menus, sidebars ...) Fixes https://gitlab.gnome.org/GNOME/gtk/-/issues/5221
This commit is contained in:
parent
1b4ed00509
commit
a96c75ff02
@ -1290,8 +1290,7 @@ combobox {
|
||||
padding: 0;
|
||||
|
||||
listview {
|
||||
|
||||
margin: 8px 0;
|
||||
margin: 8px;
|
||||
|
||||
> row.activatable {
|
||||
padding: 8px;
|
||||
@ -1302,6 +1301,7 @@ combobox {
|
||||
color: $text-color;
|
||||
background-color: $menu_selected_color;
|
||||
box-shadow: none;
|
||||
border-radius: $button_radius;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user