Merge branch 'wip/jimmac/combobox-lists' into 'main'

stylesheet: sync combox with other popovers

Closes #5221

See merge request GNOME/gtk!5074
This commit is contained in:
Matthias Clasen 2022-10-03 21:02:25 +00:00
commit 998dd11cbd

View File

@ -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;
}
}
}