mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +00:00
05bdecb2f8
Add a test that ensures that missing images get the icon-effect properly applied.
12 lines
126 B
CSS
12 lines
126 B
CSS
* {
|
|
-gtk-icon-effect: none;
|
|
}
|
|
|
|
:nth-child(2) {
|
|
-gtk-icon-effect: dim;
|
|
}
|
|
|
|
:nth-child(3) {
|
|
-gtk-icon-effect: highlight;
|
|
}
|