I might be mistaken but it looks like this css rule has been added in a recent Voxel update.
It has caused some problems for me as this rule is priority high.
For example, I have Countries as a Taxonomy and have uploaded coloured SVG flags for each of the country.
So now the new rule is over ruling the embedded fill value inside my flag svgs.
I’ve tried add the
:where(path) {
fill: inherit;
}
rule to my child theme in /assets/dist/commons.css but can’t use ‘unset’, this doesn’t work.
Maybe I can use a ‘not’ rule but i feel this might not work.
What was the reason for the new rule for path fill inherit?
Cheers.
©2025 Created with 27collective LLC. All rights reserved