forked from AuroraMiddleware/gtk
d66db441e3
The widget path code copies elements only in gtk_widget_path_copy() - which is essentially unused - and in gtk_widget_path_append_with_siblings() - which is used by GtkBox. So stuff the widget we are testing in a GtkBox to reroduce the problem.
8 lines
56 B
CSS
8 lines
56 B
CSS
:active {
|
|
color: blue;
|
|
}
|
|
|
|
:active * {
|
|
color: red;
|
|
}
|