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:
parent
af24309dc0
commit
f9e8a01dca
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user