SVG border Issue
I have the SVG apply button used inside all the tabs, but on 1st tab the SVG apply button is working fine, on other tabs SVG apply btn border is changing, anyone know what could be the issue?
here is the code pen demo - https://codepen.io/aldrinbright/pen/gONjBBY
8 Replies
weird question, but, have you tried to make the id of the filter to be unique?
Your buttons look very creative!
For me, all buttons inside cards are all the same!
that's weird, i have this issue on chrome, Mozilla and edge browser
try what i said and see if it fixes the issue
i have a feeling
ok let me try
you have to update the id and the url, by the way
ohk ill try
changing the mask id worked👍
you have to make sure the ids are unique, for everything
if i were you, i would consider to
<use>
a <symbol>
with all the SVG you need, which will hugely reduce the size and may solve the issue too