forked from AuroraMiddleware/gtk
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;
|
|
}
|