by roundabout, Saturday, 20 June 2020, 08:50:33 (1592643033), pushed by roundabout, Sunday, 11 May 2025, 13:22:53 (1746969773)
Author identity: nana-4 <hnmaigo@gmail.com>
6ac9e9bbf334be8d6a9297febc4d4e27484909db
src/gtk/sass/_common-3.20.scss
@@ -1166,6 +1166,15 @@ button.combo:only-child {
&:disabled {
@include entry(disabled);
}
arrow {
transition: color $duration $ease-out;
color: hint($on-surface);
&:disabled {
color: disabled-hint($on-surface);
}
}
}
/**