fix(core/anchor): use top/bottom instead of calc height for anchor ba…#387
Merged
travor20814 merged 2 commits intov2from Mar 16, 2026
Merged
fix(core/anchor): use top/bottom instead of calc height for anchor ba…#387travor20814 merged 2 commits intov2from
travor20814 merged 2 commits intov2from
Conversation
Collaborator
FantasyQ
commented
Mar 11, 2026
- Anchor:Focus 狀態樣式調整
Deploying mezzanine-ui with
|
| Latest commit: |
9bfce7d
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://43627b51.mezzanine-ui.pages.dev |
| Branch Preview URL: | https://feature-anchor.mezzanine-ui.pages.dev |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adjusts the Anchor item indicator bar styling so it uses top/bottom positioning instead of a calculated height, aligning with the requested focus-state visual behavior update.
Changes:
- Replace
height: calc(...)withtop+bottominsets (andheight: auto) for the anchor item::beforebar. - Extend the bar to full height (
top: 0; bottom: 0) for active and focus-visible states. - Add transitions for
top/bottomto animate the bar extent change.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
210c5fa to
289d22f
Compare
8ab44d8 to
289d22f
Compare
289d22f to
9bfce7d
Compare
travor20814
approved these changes
Mar 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.