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;
|
padding: 0;
|
||||||
|
|
||||||
listview {
|
listview {
|
||||||
|
margin: 8px;
|
||||||
margin: 8px 0;
|
|
||||||
|
|
||||||
> row.activatable {
|
> row.activatable {
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
@ -1302,6 +1301,7 @@ combobox {
|
|||||||
color: $text-color;
|
color: $text-color;
|
||||||
background-color: $menu_selected_color;
|
background-color: $menu_selected_color;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
|
border-radius: $button_radius;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user