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

Active tab appearance KO in Nav light #190

Closed
pismy opened this issue Jul 12, 2019 · 0 comments
Closed

Active tab appearance KO in Nav light #190

pismy opened this issue Jul 12, 2019 · 0 comments
Assignees
Labels

Comments

@pismy
Copy link

pismy commented Jul 12, 2019

  • Operating system and version: any
  • Browser and version: any
  • Reproduced on: Boosted 4.3.1
  • Component: Nav light
  • Description: Using a Nav light, the appearance of a tab doesn't change when selected
  • Cause: jQuery script makes use of the active CSS class while selecting a tab while Boosted implements an o-active CSS class
  • Workaround: duplicate the Boosted o-active class in a active selector:
.o-nav-light .active {
    color: #f16e00;
    border-bottom: 3px solid #f16e00;
}
@liyokuna liyokuna added the bug label Aug 9, 2019
@ffoodd ffoodd self-assigned this Oct 4, 2019
@ffoodd ffoodd added the v4 label Oct 4, 2019
@ffoodd ffoodd closed this as completed in a1824e2 Nov 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants