gtk/tests/reftests/css-match-inherit-different-state.css
Benjamin Otte 53bb230e12 reftests: Add a test for a parent in a different state
inherit in those cases should inherit from that different state, not
from this state.
2012-01-09 18:37:51 +01:00

13 lines
110 B
CSS

*,
#reference {
color: green;
}
:insensitive {
color: red;
}
GtkLabel:insensitive {
color: inherit;
}