Skip to content
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

Set the color for active FABs #5054

Merged
merged 1 commit into from
Oct 23, 2023
Merged

Set the color for active FABs #5054

merged 1 commit into from
Oct 23, 2023

Conversation

bmesuere
Copy link
Member

This pull request fixes an issue there the bg color FABs wasn't set while clicking the button.

Bootstrap did apply styles in this case, but the variables that were applied weren't set. Apparently, they are only set for btn-primary and other colored variants and not for the native btn.

Closes #5053

@bmesuere bmesuere added the bug Something isn't working label Oct 21, 2023
@bmesuere bmesuere requested a review from a team as a code owner October 21, 2023 13:41
@bmesuere bmesuere requested review from niknetniko and jorg-vr and removed request for a team October 21, 2023 13:41
@bmesuere bmesuere merged commit 3a0a8f8 into main Oct 23, 2023
14 of 15 checks passed
@bmesuere bmesuere deleted the fix/active-fab-bg branch October 23, 2023 07:28
@bmesuere bmesuere temporarily deployed to naos October 23, 2023 07:29 — with GitHub Actions Inactive
@bmesuere bmesuere temporarily deployed to production October 23, 2023 07:33 — with GitHub Actions Inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

FABs have no background color while clicking on them
2 participants