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
1 changed files with 2 additions and 4 deletions

View File

@ -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 {