I want to change the color of the anchor labels of a particular class, but only when they do not hang. Hinged anchors of the same class should preserve the color of unclassified anchors (regardless of what they did with other styles).
For example, given:
a {color: [unknown color];} a.incognito {color:inherit} a.incognito:hover {color: [what?];}
Is there a CSS-only solution to prevent the linked link from using the color style for an unclosed link of the same class?
source share