mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
2d013a739a
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.
12 lines
122 B
CSS
12 lines
122 B
CSS
* {
|
|
-gtk-icon-style: requested;
|
|
}
|
|
|
|
.regular {
|
|
-gtk-icon-style: regular;
|
|
}
|
|
|
|
.symbolic {
|
|
-gtk-icon-style: symbolic;
|
|
}
|