From 03c2bdbde1b3b3e634180a9f0ff42d5c146808f4 Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Wed, 25 May 2022 06:45:18 +0000 Subject: [PATCH] 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 --- res/css/views/rooms/_EventTile.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/res/css/views/rooms/_EventTile.scss b/res/css/views/rooms/_EventTile.scss index 68025ebe05..bdf14dee4e 100644 --- a/res/css/views/rooms/_EventTile.scss +++ b/res/css/views/rooms/_EventTile.scss @@ -638,10 +638,12 @@ $threadInfoLineHeight: calc(2 * $font-12px); // See: _commons.scss opacity: 0.5; .mx_AccessibleButton { - @mixin ButtonResetDefault; color: $primary-content; text-decoration: underline; - cursor: pointer; + + &.mx_AccessibleButton_kind_link_inline { + padding: 0; + } } } }