Learning_GTK4_tree/testsuite/reftests/css-match-descendant-later.css

12 lines
122 B
CSS

box {
background-color: blue;
}
grid box {
background-color: red;
}
window > grid box {
background-color: blue;
}