mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Remove focus handler from stories icon
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user