Learning_GTK4_tree/testsuite/reftests/css-match-inherit.css

12 lines
84 B
CSS

* {
color: inherit;
}
button {
color: red;
}
.testinherit * {
color: red;
}