summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornana-4 <hnmaigo@gmail.com>2020-05-18 21:52:00 +0900
committernana-4 <hnmaigo@gmail.com>2020-05-18 21:52:00 +0900
commit538ab75002dc9c6c05b7b5022d399cd98f06c8d6 (patch)
treeb429c5fe30e4c4bee4ec1cc2b701df37695b3da9
parentafd56517d131c9712029b20c79dbb750c81c0583 (diff)
downloadgtk+-538ab75002dc9c6c05b7b5022d399cd98f06c8d6.tar.gz
Adwaita: Align combo menu labels with the combo button label
Apply the same left and right padding to the combo menu items as the combo button.
-rw-r--r--gtk/theme/Adwaita/_common.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss
index ab39887d49..410d4509ef 100644
--- a/gtk/theme/Adwaita/_common.scss
+++ b/gtk/theme/Adwaita/_common.scss
@@ -1237,6 +1237,12 @@ combobox {
min-width: 16px;
}
+ // align menu labels with the button label
+ > popover.menu > contents modelbutton {
+ padding-left: 9px;
+ padding-right: 9px;
+ }
+
&.linked {
button:nth-child(2) {
&:dir(ltr) { @extend %linked_not_left; }