when styling a link in css it will effect this addon. It's not a major concern of mine as its easy to work around but I figured might as well report it.
Not really fixable. CSS arent scoped (and I wont use shadow DOM for this. I think that's really an overengineering) Please use div, button, or span for custom button styling. Anchor tag isnt meant for buttons.
when styling a link in css it will effect this addon. It's not a major concern of mine as its easy to work around but I figured might as well report it.
example css: a{ background-color: #EEEEEE; padding: 8px 20px; text-decoration:none; font-weight:bold; border-radius:5px; cursor:pointer; color: black!important; }