gtk2/testsuite/reftests/icon-style-basics.css
Benjamin Otte 2d013a739a reftests: Fix test on HighContrast theme
We are testing -gtk-icon-style and assume the theme doesn't touch it.
But HighContrast forces symbolic icons. And that breaks the reference
images.

So explicitly set "requested" for everything.
2015-03-16 15:44:42 +01:00

12 lines
122 B
CSS

* {
-gtk-icon-style: requested;
}
.regular {
-gtk-icon-style: regular;
}
.symbolic {
-gtk-icon-style: symbolic;
}