projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b4ed00
)
stylesheet: sync combox with other popovers
author
Jakub Steiner
<jimmac@gmail.com>
Mon, 3 Oct 2022 13:37:42 +0000
(15:37 +0200)
committer
Jakub 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
patch
|
blob
|
history
diff --git
a/gtk/theme/Default/_common.scss
b/gtk/theme/Default/_common.scss
index d627cf9674bb2cd67c90a6f20e86511aa5742cdd..af11adc5270c73068db46fe1f82e1411b31aa0ab 100644
(file)
--- 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;
}
}
}