Learning_GTK4_tree/testsuite/reftests/style-properties-only-child...

10 lines
166 B
CSS
Raw Permalink Normal View History

2023-12-12 11:36:42 +01:00
.only-child-ref:first-child:last-child {
color: blue;
background-color: red;
}
.only-child-notref:only-child {
color: blue;
background-color: red;
}