removed outline on media badges when focusing

pull/5370/head
LianaHus 4 years ago
parent c4b36350b9
commit ed2adc5fa0
  1. 10
      apps/remix-ide/src/app/ui/landing-page/landing-page.js

@ -37,6 +37,9 @@ let css = csjs`
height: 2em; height: 2em;
width: 2em; width: 2em;
} }
.mediaBadge:focus {
outline: none;
}
.logoImg { .logoImg {
height: 10em; height: 10em;
} }
@ -49,7 +52,7 @@ let css = csjs`
max-height: 570px; max-height: 570px;
} }
.panels { .panels {
box-shadow: 5px 5px 15px 0px; box-shadow: 0px 0px 8px 0px;
} }
.labelIt { .labelIt {
margin-bottom: 0; margin-bottom: 0;
@ -80,11 +83,6 @@ let css = csjs`
width: 400px; width: 400px;
transition: .5s ease-out; transition: .5s ease-out;
z-index: 1000; z-index: 1000;
}
.mediaMedium {
width: 400px;
}
} }
` `

Loading…
Cancel
Save