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

Improved copyable in ReceiveModal #101

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

onmax
Copy link
Member

@onmax onmax commented Mar 4, 2022

Changed the :hover state in ReceiveModal

Before

image

After

image

@onmax onmax requested a review from sisou March 4, 2022 02:15
@sisou
Copy link
Member

sisou commented Mar 7, 2022

Was there an issue about this? Did designers say this should be changed? I personally don't like the new darker hover background.

Comment on lines -150 to -154
&:hover,
&:focus,
&.copied {
background: rgba(5, 130, 202, 0.07); // Based on Nimiq Light Blue
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These styles should be ported, to keep the same hover style.

Comment on lines -133 to -134
border-radius: 0.625rem;
margin: 1rem 0 4rem;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This border-radius and margins should stay, to keep the same style.

@julianbauer
Copy link
Member

@sisou the issue was about the text not turning blue on hover, the background should indeed stay in lightblue

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.

None yet

3 participants