1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Merge pull request #9871 from darkwing/hover-send

Show send text upon hover in main asset list
This commit is contained in:
David Walsh 2020-11-13 11:39:08 -06:00 committed by GitHub
commit 9da719efef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,7 +57,8 @@
display: flex;
}
& &__send-token-button {
&:hover &__send-token-button,
&:focus-within &__send-token-button {
display: inline-block;
}