forked from AuroraMiddleware/gtk
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:
parent
afd56517d1
commit
538ab75002
@ -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; }
|
||||
|
Loading…
Reference in New Issue
Block a user