Remove the outline for the scroll down button

In the future we'll re-enable this for keyboard navigation. For now,
it's really distracting.
This commit is contained in:
Scott Nonnenberg 2018-04-26 12:03:50 -07:00
parent 84c7a4c293
commit 1bc8452337

View file

@ -1150,6 +1150,7 @@ span.status {
background-color: white;
border: none;
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
outline: none;
.icon {
@include color-svg('../images/down.svg', $grey_l3);