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

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 {