mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 16:50:11 +00:00
5e07b80854
Check that icon-shadow is not affected by -gtk-icon-transform.
12 lines
214 B
CSS
12 lines
214 B
CSS
@import "reset-to-defaults.css";
|
|
|
|
* {
|
|
-gtk-icon-source: url("green-20x20.png");
|
|
-gtk-icon-transform: scale(0.5);
|
|
icon-shadow: red 1px 1px;
|
|
}
|
|
|
|
#transformed {
|
|
-gtk-icon-transform: scale(0.5) rotate(90deg);
|
|
}
|