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

13 lines
100 B
CSS
Raw Normal View History

2023-12-12 11:36:42 +01:00
*,
#reference {
color: lime;
}
:disabled {
color: red;
}
label:disabled {
color: inherit;
}