Remove focus handler from stories icon

This commit is contained in:
Josh Perez 2022-05-09 16:31:09 -04:00 committed by GitHub
parent 4c9134f5a5
commit 3cc541db82
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2319,8 +2319,7 @@ button.ConversationDetails__action-button {
} }
@include light-theme { @include light-theme {
&:hover, &:hover {
&:focus {
background: $color-gray-15; background: $color-gray-15;
} }
&:active { &:active {
@ -2328,8 +2327,7 @@ button.ConversationDetails__action-button {
} }
} }
@include dark-theme { @include dark-theme {
&:hover, &:hover {
&:focus {
background: $color-gray-75; background: $color-gray-75;
} }
&:active { &:active {