fixes: hovering links enhancement #781#782
Open
sagarbendale2004 wants to merge 3 commits intocarvel-dev:developfrom
Open
fixes: hovering links enhancement #781#782sagarbendale2004 wants to merge 3 commits intocarvel-dev:developfrom
sagarbendale2004 wants to merge 3 commits intocarvel-dev:developfrom
Conversation
✅ Deploy Preview for carvel canceled.
|
Signed-off-by: sagar bendale <sagarbendale2004@gmail.com>
Signed-off-by: sagar bendale <sagarbendale2004@gmail.com>
Signed-off-by: sagar bendale <sagarbendale2004@gmail.com>
a1db663 to
5f22af4
Compare
Member
|
Closing-reopening to run checks |
Member
|
@praveenrewar do you think we can merge this? |
Member
|
IIRC @100mik had mentioned some concerns w.r.t updating that part of css. Otherwise looks good from my end. |
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.
Solution:
Text Color Change: The text color of the sublinks now changes on hover, providing a clear visual indication of interactivity.
Background Box with Pop-up Effect: A subtle background box has been added that pops up and makes the sublink content appear bigger when hovered. This creates a modern and dynamic feel to the hover state.
Font Style Change on Hover for Headings: The headings of each domain now change their font style upon hovering to further enhance interactivity.
Changes in CSS:
Sublink Hover Effect:
Text color changes to a more vibrant color on hover (e.g., $brightblue).
Added a background box with a slight scale-up effect to make the link appear larger on hover.
Heading Font Change:
The font changes to a bolder or alternate font-family when the user hovers over a heading.
issue resolved #781