Learning_GTK4_tree/testsuite/reftests/css-match-descendant-later.css
2023-12-12 11:36:42 +01:00

11 lines
122 B
CSS

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