From 1bc8452337e307e19587e37957f14050daeebc48 Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Thu, 26 Apr 2018 12:03:50 -0700 Subject: [PATCH] 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. --- stylesheets/_conversation.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/stylesheets/_conversation.scss b/stylesheets/_conversation.scss index c17ac76f8..ec5904997 100644 --- a/stylesheets/_conversation.scss +++ b/stylesheets/_conversation.scss @@ -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);