gtk/combobox: Update the arrow button style
This is more in line with the Material Design guidelines.
This is more in line with the Material Design guidelines.
by roundabout, Saturday, 6 March 2021, 23:32:11 (1615073531), pushed by roundabout, Sunday, 11 May 2025, 13:22:56 (1746969776)
Author identity: nana-4 <hnmaigo@gmail.com>
f406b416447a8228683058d8438e012cef7a591d
combobox {
arrow {
transition: -gtk-icon-transform $duration $ease-out;
-gtk-icon-source: -gtk-icontheme('pan-down-symbolic');
min-height: 16px;
min-width: 16px;
}
button.combo:checked arrow {
// color: $primary;
-gtk-icon-transform: rotate(-.5turn);
}
// workaround for menuitem selection
decoration {
transition: none;
}
> .linked:not(.vertical) > button:not(:only-child) {
@extend %button-flat-activatable;
@extend %button-flat-basic;
// @extend %button-small;
min-height: 16px;