-
Notifications
You must be signed in to change notification settings - Fork 27
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
base: master
Are you sure you want to change the base?
Conversation
Was there an issue about this? Did designers say this should be changed? I personally don't like the new darker hover background. |
&:hover, | ||
&:focus, | ||
&.copied { | ||
background: rgba(5, 130, 202, 0.07); // Based on Nimiq Light Blue | ||
} |
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.
These styles should be ported, to keep the same hover style.
border-radius: 0.625rem; | ||
margin: 1rem 0 4rem; |
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.
This border-radius and margins should stay, to keep the same style.
@sisou the issue was about the text not turning blue on hover, the background should indeed stay in lightblue |
b1c3ad0
to
40c00f4
Compare
Changed the
:hover
state inReceiveModal
Before
After