Standard Button
#31159
Replies: 1 comment
-
in addition, it would be nice to have a completely / mostly neutral button style by default - thinking about the proposed change here for the sidebar #31098 and having to essentially hack away at our button styles to get at what is a fairly simple design (and arguably, more useful in general than the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is one of my main problem that I've been having from before join Bootstrap team.
In my experience, many applications have a white standard button:
Microsoft Fluent UI
Apple macOS
GitHub Primer
So what is the best way to use like that style with Bootstrap?
But, the secondary button are filled medium gray by the default. It have a different look than white or light gray with gray border used in many apps. Also the Bootstrap button variants are generated by mixin based on the theme variables, so changing the appearance of the secondary button is difficult. In addition, considering the consistency among multiple components makes its design complicated.
My concern is those no semantic class names and the border colors aren't same the form control's border color.
Many applications and design systems have a white (or light gray) bacground and gray bordered secandary (standard) button. Bootstrap should have like those standard button by default? This may be like v3's `btn-default‘ revival.
However, there are many hurdles to pushing this forward.
.btn-secondary
?Beta Was this translation helpful? Give feedback.
All reactions