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

Can't see theme selector tick icon in examples #39175

Closed
3 tasks done
julien-deramond opened this issue Sep 13, 2023 · 0 comments · Fixed by #39177
Closed
3 tasks done

Can't see theme selector tick icon in examples #39175

julien-deramond opened this issue Sep 13, 2023 · 0 comments · Fixed by #39177

Comments

@julien-deramond
Copy link
Member

julien-deramond commented Sep 13, 2023

Prerequisites

Describe the issue

Bootstrap examples embed a theme selector on the bottom right of the page. It's working well, however, we don't see the tick icon when a mode is selected contrary to what is shown on top of the documentation in the main bar.

Screenshot 2023-09-13 at 15 16 43

This is due to the following rule which is too specific to the main doc navbar:

.bd-navbar .dropdown-menu .active .bi {
  display: block !important;
}

Reduced test cases

Can be seen in all examples (e.g. https://getbootstrap.com/docs/5.3/examples/heroes/).

What version of Bootstrap are you using?

v5.3.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant