You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Elements like navs and tabs are mostly used with <a> in the docs. Anyhow modern JavaScript apps (e.g. using React or Angular) often do not use <a> elements to trigger internal ui events.
IMO It should be possible to use this elements CSS with buttons, too and they should look the same:
FYI this in already in progress with #32630. At least this PR gets rid of border and background for buttons, which makes them look the same than links.
@MickL If that doesn't match your request, feel free to elaborate a bit more and provide a reduced test case.
Uh oh!
There was an error while loading. Please reload this page.
Elements like navs and tabs are mostly used with
<a>
in the docs. Anyhow modern JavaScript apps (e.g. using React or Angular) often do not use<a>
elements to trigger internal ui events.IMO It should be possible to use this elements CSS with buttons, too and they should look the same:
Currently using components like
.nav
with buttons will totally break the layout.This may affect the CSS only and must not apply to Bootstrap's Javascript.
Target version: 4.x / 5.x
The text was updated successfully, but these errors were encountered: