Add back cursor: pointer for .btn-link#24000
Add back cursor: pointer for .btn-link#24000jeffbowen wants to merge 1 commit intotwbs:v4-devfrom jeffbowen:jeffbowen-patch-1
Conversation
232e86d makes total sense but buttons with class `.btn-link` should still display a cursor.
patrickhlauke
left a comment
There was a problem hiding this comment.
I'm split on this. I can see the rationale (it's styled to look like a link, so should have the standard pointer cursor for links), but the same argument could be made in reverse for .btn (it's styled like a button, so a link styled as button should have the default cursor for buttons). deferring to @mdo for decision.
|
as an added point: i can see this whole thing confusing users either way. a button styled to look like a link, but without the |
|
Nullified by #25082. |
232e86d makes total sense but buttons with class
.btn-linkshould still display a cursor.