mirror of https://github.com/vector-im/riot-web
Fix styles of "Show all" link button on ReactionsRow (#8658)
parent
348863debb
commit
e1e87ac019
|
@ -57,15 +57,16 @@ limitations under the License.
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_ReactionsRow_showAll {
|
.mx_ReactionsRow_showAll {
|
||||||
@mixin ButtonResetDefault;
|
color: $tertiary-content;
|
||||||
text-decoration: none;
|
|
||||||
|
&.mx_AccessibleButton_kind_link_inline {
|
||||||
font-size: $font-12px;
|
font-size: $font-12px;
|
||||||
line-height: $font-20px;
|
line-height: $font-20px;
|
||||||
margin-left: 4px;
|
margin-inline-start: $spacing-4;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
color: $tertiary-content;
|
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
color: $primary-content;
|
color: $primary-content;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue