gtk: Change the direction of the .server-list-button arrow
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:08 (1615073528), pushed by roundabout, Sunday, 11 May 2025, 13:22:56 (1746969776)
Author identity: nana-4 <hnmaigo@gmail.com>
b65abfeba2fb3f4082147b0fae75843b2140efc0
placesview {
.server-list-button {
> image {
-gtk-icon-transform: rotate(0turn);
-gtk-icon-transform: rotate(-.5turn);
}
&:checked > image {
-gtk-icon-transform: rotate(-.5turn);
-gtk-icon-transform: rotate(0turn);
}
}