Hacker News new | ask | show | jobs
by rafark 124 days ago
Because button is literally anything clickable. Not everything is a boxed button. You cannot just globally add a style to <buttton> and call it a day. For example, an upvote (^) button, a close (x) button, etc. A lot of clickable elements aren’t inside a [click me] box
1 comments

button, .button { /* my button styles */ }