Remove ButtonResetDefault from mx_AccessibleButton of EventTile_keyRequestInfo_text (#8678)

To respect the concept of cascading. Also using a mixin to unset the declarations can easily cause a style inconsistency.

Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
This commit is contained in:
Suguru Hirahara 2022-05-25 06:45:18 +00:00 committed by GitHub
parent 8afb1abd36
commit 03c2bdbde1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -638,10 +638,12 @@ $threadInfoLineHeight: calc(2 * $font-12px); // See: _commons.scss
opacity: 0.5; opacity: 0.5;
.mx_AccessibleButton { .mx_AccessibleButton {
@mixin ButtonResetDefault;
color: $primary-content; color: $primary-content;
text-decoration: underline; text-decoration: underline;
cursor: pointer;
&.mx_AccessibleButton_kind_link_inline {
padding: 0;
}
} }
} }
} }