gtk/testsuite/reftests/css-multi-state.css
Timm Bäder 5bdd25627f reftests: Fix css-multi-state test
Properly unset theme CSS and use the right selector for the toggle
buttons.
2019-11-29 20:26:45 +09:00

14 lines
145 B
CSS

* {
all: unset;
}
button.toggle:checked,
#reference:disabled {
color: lime;
}
button.toggle:checked,
#reference:checked {
color: blue;
}