10 lines
218 B
CSS
10 lines
218 B
CSS
|
.details-button image {
|
||
|
transition: 250ms;
|
||
|
}
|
||
|
.details-button.expanded:dir(ltr) image {
|
||
|
-gtk-icon-transform: rotate(0.25turn);
|
||
|
}
|
||
|
.details-button.expanded:dir(rtl) image {
|
||
|
-gtk-icon-transform: rotate(-0.25turn);
|
||
|
}
|