Skip to content

Conversation

@piyushzingade
Copy link

@piyushzingade piyushzingade commented Nov 29, 2025

Fixes #3733

Description

This PR improves the hover styling of the navbar button. Previously, when hovering over the button, the arrow icon would disappear due to the applied styles. The updated styling ensures the arrow remains visible and consistent with the rest of the UI.

Changes

Before:

Navbar hover before

After:

Navbar hover after
  • Updated the hover state styles for the navbar button.
  • Ensured the arrow icon remains visible on hover.
  • Kept the design consistent with existing navbar styling.

Verification

I have verified that this pull request:

  • has no linting errors (npm run lint)
  • has no test errors (npm run test)
  • is from a uniquely named feature branch and is up to date with the develop branch
  • is descriptively named and links to an issue number, i.e. Fixes #123
  • meets the standards outlined in the accessibility guidelines

@piyushzingade piyushzingade changed the title fix(ui): Hover state of Back to Editor #3733 fix(ui): Hover state of Back to Editor Nov 29, 2025
@piyushzingade
Copy link
Author

I have fix the issue #3733
@raclim pls review this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Hover state removes the gap between logo block and “Back to Editor” button

1 participant