mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 13:14:58 +08:00
Fix styles of "Show all" link button on ReactionsRow (#8658)
This commit is contained in:
parent
348863debb
commit
e1e87ac019
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user