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

Commit e1e87ac

Browse files
authored
Fix styles of "Show all" link button on ReactionsRow (#8658)
1 parent 348863d commit e1e87ac

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

res/css/views/messages/_ReactionsRow.scss

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,16 @@ limitations under the License.
5757
}
5858

5959
.mx_ReactionsRow_showAll {
60-
@mixin ButtonResetDefault;
61-
text-decoration: none;
62-
font-size: $font-12px;
63-
line-height: $font-20px;
64-
margin-left: 4px;
65-
vertical-align: middle;
6660
color: $tertiary-content;
6761

68-
&:hover {
69-
color: $primary-content;
62+
&.mx_AccessibleButton_kind_link_inline {
63+
font-size: $font-12px;
64+
line-height: $font-20px;
65+
margin-inline-start: $spacing-4;
66+
vertical-align: middle;
67+
68+
&:hover {
69+
color: $primary-content;
70+
}
7071
}
7172
}

0 commit comments

Comments
 (0)