Skip to content

Commit

Permalink
add hovered state to copy button when hovering over wallet public key
Browse files Browse the repository at this point in the history
  • Loading branch information
mchappell committed Sep 24, 2021
1 parent fb9b7d1 commit 10b5bd2
Showing 1 changed file with 6 additions and 0 deletions.
Expand Up @@ -83,6 +83,12 @@
justify-content: flex-end;
padding: 11px 0;

:hover {
button {
background: var(--theme-button-flat-background-color-hover);
}
}

& > span {
display: block;
margin-right: 86px;
Expand Down

0 comments on commit 10b5bd2

Please sign in to comment.