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
There is a problem with btn color scheme when you work in a form (for example by using button checkbox or radio). By default, there are no button classes to give the same border color to your buttons that the one given to your textfields, textarea, select etc...
Lets give an example
You have btn-outline-light that is too much light
You have btn-outline-secondary that is too much dark
Here is the wanted behavior but need custom CSS or build a custom boostrap (which is annoying just for that)
Would be great to have a class that allow you, without any custom build or custom CSS, to have buttons that have the same color scheme than the rest of you form elements.
Personnaly, I would replace btn-light color scheme that is far too light (pratically invisible), but it could be a new btn-outline-form class or something like that
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
There is a problem with btn color scheme when you work in a form (for example by using button checkbox or radio). By default, there are no button classes to give the same border color to your buttons that the one given to your textfields, textarea, select etc...
Lets give an example
You have btn-outline-light that is too much light
You have btn-outline-secondary that is too much dark
Here is the wanted behavior but need custom CSS or build a custom boostrap (which is annoying just for that)
Would be great to have a class that allow you, without any custom build or custom CSS, to have buttons that have the same color scheme than the rest of you form elements.
Personnaly, I would replace btn-light color scheme that is far too light (pratically invisible), but it could be a new btn-outline-form class or something like that
What do you think about that ?
Best regards,
Beta Was this translation helpful? Give feedback.
All reactions