Home › Forums › CSS › [Solved] problems changing svg fill on hover › Reply To: [Solved] problems changing svg fill on hover
December 9, 2014 at 11:20 pm
#190483
Member
You can’t target the inner contents of a use
element individually with CSS.
You have to use a class on the use
and it will apply to all sub-elements within the use
unless the component sub-element has inline styles.
At least that’s how I think it works.