trgkanki / remaining_time

GNU Affero General Public License v3.0
18 stars 3 forks source link

css styling. #8

Closed TowelSniffer closed 4 years ago

TowelSniffer commented 4 years ago

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; }

image

phu54321 commented 4 years ago

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.