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

12 lines
122 B
CSS
Raw Permalink Normal View History

2023-12-12 11:36:42 +01:00
box {
background-color: blue;
}
grid box {
background-color: red;
}
window > grid box {
background-color: blue;
}