stylesheet: sync combox with other popovers
authorJakub Steiner <jimmac@gmail.com>
Mon, 3 Oct 2022 13:37:42 +0000 (15:37 +0200)
committerJakub Steiner <jimmac@gmail.com>
Mon, 3 Oct 2022 13:43:07 +0000 (15:43 +0200)
- use the same lists style as everything else (menus, sidebars ...)

Fixes https://gitlab.gnome.org/GNOME/gtk/-/issues/5221

gtk/theme/Default/_common.scss

index d627cf9674bb2cd67c90a6f20e86511aa5742cdd..af11adc5270c73068db46fe1f82e1411b31aa0ab 100644 (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;
            }
          }
       }