From b4ae54dcce460a6147fed525705c35f7224f62e6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C5=A0imon=20Brandner?= <simon.bra.ag@gmail.com>
Date: Tue, 13 Jul 2021 12:15:22 +0200
Subject: [PATCH] Remove unused CSS
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
---
 res/css/views/rooms/_ReplyTile.scss | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/res/css/views/rooms/_ReplyTile.scss b/res/css/views/rooms/_ReplyTile.scss
index dee68871c2..d059d553a9 100644
--- a/res/css/views/rooms/_ReplyTile.scss
+++ b/res/css/views/rooms/_ReplyTile.scss
@@ -15,8 +15,6 @@ limitations under the License.
 */
 
 .mx_ReplyTile {
-    max-width: 100%;
-    clear: both;
     padding-top: 2px;
     padding-bottom: 2px;
     font-size: $font-14px;
@@ -102,7 +100,3 @@ limitations under the License.
     text-overflow: ellipsis;
     max-width: calc(100% - 65px);
 }
-
-.mx_ReplyTile_contextual {
-    opacity: 0.4;
-}