Remove focus handler from stories icon
This commit is contained in:
parent
4c9134f5a5
commit
3cc541db82
1 changed files with 2 additions and 4 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue