forked from AuroraMiddleware/gtk
reftests: Fix css-multi-state test
Properly unset theme CSS and use the right selector for the toggle buttons.
This commit is contained in:
parent
4f82a0de89
commit
5bdd25627f
@ -1,9 +1,13 @@
|
||||
GtkToggleButton:checked,
|
||||
* {
|
||||
all: unset;
|
||||
}
|
||||
|
||||
button.toggle:checked,
|
||||
#reference:disabled {
|
||||
color: lime;
|
||||
}
|
||||
|
||||
GtkToggleButton:checked,
|
||||
button.toggle:checked,
|
||||
#reference:checked {
|
||||
color: blue;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user