f0754431bf
Now that we switched to AdwApplication, we can automate loading the custom stylesheet by simply using the expected name and resource prefix. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1997>
13 lines
297 B
CSS
13 lines
297 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);
|
|
}
|
|
|
|
image.error { color: @error_color; }
|
|
image.warning { color: @warning_color; }
|