mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
Implement combobox vertical code.
This commit is contained in:
committed by
Khurshid Alam
parent
f7f927a44e
commit
a6f9a10076
@@ -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; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user