-
Notifications
You must be signed in to change notification settings - Fork 14.3k
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
style: add fade transition to bottom border on navbar menu items #10402
style: add fade transition to bottom border on navbar menu items #10402
Conversation
Codecov Report
@@ Coverage Diff @@
## master #10402 +/- ##
==========================================
- Coverage 70.41% 65.30% -5.12%
==========================================
Files 604 605 +1
Lines 32429 32410 -19
Branches 3298 3295 -3
==========================================
- Hits 22836 21164 -1672
- Misses 9487 11061 +1574
- Partials 106 185 +79
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Welcome to the community @riahk !
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Impacts #8976 |
…che#10402) * Add fade transition to bottom border on navbar menu items * lint fix * use theme variables * fix spec
SUMMARY
Update the navbar's current menu item hover state to fade in the bottom border
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
Before:
After:
TEST PLAN
ADDITIONAL INFORMATION