gtk2/testsuite/reftests/sibling-pseudoclasses.css
Benjamin Otte dff52f7a04 css: Match state in siblings properly
Previously, we always returned the state flags of the original widget
and did not consider the siblings' pseudoclasses.

Testcase is attached.
2014-08-13 16:51:16 +02:00

4 lines
33 B
CSS

:active + * {
color: tomato;
}