Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Fix styles of "Show all" link button on ReactionsRow (#8658)
Browse files Browse the repository at this point in the history
  • Loading branch information
luixxiul authored May 21, 2022
1 parent 348863d commit e1e87ac
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions res/css/views/messages/_ReactionsRow.scss
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,16 @@ limitations under the License.
}

.mx_ReactionsRow_showAll {
@mixin ButtonResetDefault;
text-decoration: none;
font-size: $font-12px;
line-height: $font-20px;
margin-left: 4px;
vertical-align: middle;
color: $tertiary-content;

&:hover {
color: $primary-content;
&.mx_AccessibleButton_kind_link_inline {
font-size: $font-12px;
line-height: $font-20px;
margin-inline-start: $spacing-4;
vertical-align: middle;

&:hover {
color: $primary-content;
}
}
}

0 comments on commit e1e87ac

Please sign in to comment.