forked from AuroraMiddleware/gtk
dff52f7a04
Previously, we always returned the state flags of the original widget and did not consider the siblings' pseudoclasses. Testcase is attached.
4 lines
33 B
CSS
4 lines
33 B
CSS
:active + * {
|
|
color: tomato;
|
|
}
|