From 3cc541db82230a3a538ca9c8bda86f97ac7bc5cb Mon Sep 17 00:00:00 2001 From: Josh Perez <60019601+josh-signal@users.noreply.github.com> Date: Mon, 9 May 2022 16:31:09 -0400 Subject: [PATCH] Remove focus handler from stories icon --- stylesheets/_modules.scss | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/stylesheets/_modules.scss b/stylesheets/_modules.scss index ccbe96d97..00d6dc974 100644 --- a/stylesheets/_modules.scss +++ b/stylesheets/_modules.scss @@ -2319,8 +2319,7 @@ button.ConversationDetails__action-button { } @include light-theme { - &:hover, - &:focus { + &:hover { background: $color-gray-15; } &:active { @@ -2328,8 +2327,7 @@ button.ConversationDetails__action-button { } } @include dark-theme { - &:hover, - &:focus { + &:hover { background: $color-gray-75; } &:active {