-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please add a btn-dark button option #10269
Comments
|
It's something you can add yourself to your own stylesheet ie custom.css .btn-secondary { color: #ffffff; background-color: #777; border-color: #555; }
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active, .open .dropdown-toggle.btn-secondary
{ color: #ffffff; background-color: #888; border-color: #444; } |
Or better yet, calling |
Closing as dupe of oh so many, e.g. #9878. |
If its a "dupe of oh so many", perhaps we should stop closing and discuss further. Most solutions say to create your own variant with the .button-variant mixin, however if I want a black button then the mixing hover does not work because it uses Perhaps semantics is getting in the way of common sense. |
@gamelodge Feel free to open a new issue, since this one is 1.5 years old and closed, with your specific darken-related rationale. Although I wouldn't get your hopes up. |
Hi,
I think there is no real issue for that.
There were comments in some other issues that wish also back the dark button but no seperate issue/feature request for that.
So I would love to have the dark button back from RC1, not as default, because the effect would be to heavy on other devs, but as additional option btn-dark, would be great.
Kind regards
The text was updated successfully, but these errors were encountered: