Skip to content

Commit a6f9a10

Browse files
megaxkhurshid-alam
authored andcommitted
Implement combobox vertical code.
1 parent f7f927a commit a6f9a10

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

gtk-3.20/scss/widgets/_button.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -521,5 +521,13 @@
521521
.linked:not(.vertical) > &:last-child > box > button.combo { @extend %linked_button:last-child; }
522522

523523
.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; }
524532
}
525533
}

0 commit comments

Comments
 (0)