* Implement combobox vertical code.

pull/564/head
Megax 2016-09-05 21:40:24 +02:00
parent f7f927a44e
commit 26ac7caee3
1 changed files with 8 additions and 0 deletions
gtk-3.20/scss/widgets

View File

@ -521,5 +521,13 @@
.linked:not(.vertical) > &:last-child > box > button.combo { @extend %linked_button:last-child; }
.linked:not(.vertical) > &:only-child > box > button.combo { @extend %linked_button:only-child; }
.linked.vertical > & > box > button.combo { @extend %linked_vertical_middle; }
.linked.vertical > &:first-child > box > button.combo { @extend %linked_vertical_button:first-child; }
.linked.vertical > &:last-child > box > button.combo { @extend %linked_vertical_button:last-child; }
.linked.vertical > &:only-child > box > button.combo { @extend %linked_vertical_button:only-child; }
}
}