blob: 24d4e99c5dc85cbf2489fdf4b8afeeb987f0c160 (
plain)
1
2
3
4
|
/* Source: http://www.w3.org/Style/CSS/Test/CSS3/Selectors/current/html/tests/css3-modsel-63.html */
div.stub * { color: lime; text-decoration: none; }
div.stub > * > *:not(:hover) { color: black }
|