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

Remove z-index from IconWithFallBack (#8289)

This commit is contained in:
Whymarrh Whitby 2020-04-02 12:48:40 -02:30 committed by GitHub
parent af24309dc0
commit f9e8a01dca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

@ -18,12 +18,12 @@
} }
&__identicon { &__identicon {
position: relative;
width: 24px; width: 24px;
height: 24px; height: 24px;
z-index: 1;
&--default { &--default {
z-index: 1; position: relative;
color: black; color: black;
} }
} }

View File

@ -22,7 +22,6 @@
border-radius: 0 0 10px 10px; border-radius: 0 0 10px 10px;
font-size: 14px; font-size: 14px;
line-height: 20px; line-height: 20px;
z-index: 1;
a, a:hover { a, a:hover {
cursor: pointer; cursor: pointer;