Use a custom theme for CSS style tests
Use a custom, empty theme and stop importing reset-to-defaults.css. This avoids overwriting initial values, so our initial value filtering works better.
This commit is contained in:
@ -245,6 +245,7 @@ main (int argc, char **argv)
|
||||
|
||||
g_object_set (gtk_settings_get_default (),
|
||||
"gtk-font-name", "Sans",
|
||||
"gtk-theme-name", "Empty",
|
||||
NULL);
|
||||
if (argc < 2)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user