reftests: Fix css-multi-state test

Properly unset theme CSS and use the right selector for the toggle
buttons.
This commit is contained in:
Timm Bäder 2019-11-29 11:23:10 +01:00 committed by nana-4
parent 4f82a0de89
commit 5bdd25627f

View File

@ -1,9 +1,13 @@
GtkToggleButton:checked,
* {
all: unset;
}
button.toggle:checked,
#reference:disabled {
color: lime;
}
GtkToggleButton:checked,
button.toggle:checked,
#reference:checked {
color: blue;
}