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.
This commit is contained in:
nana-4 2020-05-18 21:52:00 +09:00
parent afd56517d1
commit 538ab75002

View File

@ -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; }