1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02: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 {
position: relative;
width: 24px;
height: 24px;
z-index: 1;
&--default {
z-index: 1;
position: relative;
color: black;
}
}

View File

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