forked from AuroraMiddleware/gtk
6d239cfba7
This test checks that the selector E:state + F works as expected. https://bugzilla.gnome.org/show_bug.cgi?id=722727
8 lines
86 B
CSS
8 lines
86 B
CSS
checkbutton:checked + label {
|
|
color: red;
|
|
}
|
|
|
|
checkbutton + label {
|
|
color: blue;
|
|
}
|