mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-12 13:30:19 +00:00
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:
commit
998dd11cbd
@ -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