-
Couldn't load subscription status.
- Fork 33
Improved copyable in ReceiveModal #101
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
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
920a067 to
9caffdc
Compare
Changed the
:hoverstate inReceiveModalBefore
After