From: Jakub Steiner Date: Mon, 3 Oct 2022 13:37:42 +0000 (+0200) Subject: stylesheet: sync combox with other popovers X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~22^2~9^2~213^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a96c75ff020a3a5faa9fb731f70b794d57bc7447;p=gtk4.git 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 --- diff --git a/gtk/theme/Default/_common.scss b/gtk/theme/Default/_common.scss index d627cf9674..af11adc527 100644 --- a/gtk/theme/Default/_common.scss +++ b/gtk/theme/Default/_common.scss @@ -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; } } }