gtk/combobox: Update the arrow button style
This is more in line with the Material Design guidelines.
By using this site, you agree to have cookies stored on your device, strictly for functional purposes, such as storing your session and preferences.
This is more in line with the Material Design guidelines.
roundabout,
created on Saturday, 6 March 2021, 23:32:11 (1615073531),
received on 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;