We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7f927a commit a6f9a10Copy full SHA for a6f9a10
1 file changed
gtk-3.20/scss/widgets/_button.scss
@@ -521,5 +521,13 @@
521
.linked:not(.vertical) > &:last-child > box > button.combo { @extend %linked_button:last-child; }
522
523
.linked:not(.vertical) > &:only-child > box > button.combo { @extend %linked_button:only-child; }
524
+
525
+ .linked.vertical > & > box > button.combo { @extend %linked_vertical_middle; }
526
527
+ .linked.vertical > &:first-child > box > button.combo { @extend %linked_vertical_button:first-child; }
528
529
+ .linked.vertical > &:last-child > box > button.combo { @extend %linked_vertical_button:last-child; }
530
531
+ .linked.vertical > &:only-child > box > button.combo { @extend %linked_vertical_button:only-child; }
532
}
533
0 commit comments