34e85342d8
As outlined earlier, in order to turn the Extensions app into a properly sandboxed application, we need to split out the extension prefs dialog and move it elsewhere. With "elsewhere" being the new Extensions D-Bus service, effectively turning it into a shell extensions portal. https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1106
12 lines
260 B
CSS
12 lines
260 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.warning { color: @warning_color; }
|