Remove z-index from IconWithFallBack (#8289)

feature/default_network_editable
Whymarrh Whitby 5 years ago committed by GitHub
parent af24309dc0
commit f9e8a01dca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      ui/app/components/ui/icon-with-fallback/index.scss
  2. 1
      ui/app/pages/connected-sites/index.scss

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

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

Loading…
Cancel
Save