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

12 lines
84 B
CSS
Raw Permalink Normal View History

2023-12-12 11:36:42 +01:00
* {
color: inherit;
}
button {
color: red;
}
.testinherit * {
color: red;
}