gtk2/testsuite/reftests/css-multi-state.css
Timm Bäder 25174154b9 reftests: Fix css-multi-state test
Properly unset theme CSS and use the right selector for the toggle
buttons.
2019-11-29 20:35:06 +09:00

14 lines
145 B
CSS

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