Learning_GTK4_tree/testsuite/reftests/pseudoclass-on-parent.css

8 lines
58 B
CSS
Raw Permalink Normal View History

2023-12-12 11:36:42 +01:00
:checked {
color: blue;
}
:checked * {
color: red;
}