From b06b602c5bc01b24dea886e6c937e1c8e872ebf2 Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Tue, 4 Apr 2023 09:07:53 +0000 Subject: [PATCH] Remove an obsolete style block related to highlighting from `_IRCLayout.pcss` (#10451) * Remove an obsolete style block related to highlighting from _IRCLayout.pcss Initially it has been added with this commit 67249e1e9c17c9886812e1e2e07a71e298d2bb9e for the implementation of IRC layout, but the border declarations for highlighting were removed with this commit 3a2aa9d96cea7bedeef51f2cacf89daca3bab434 to replace the 'border-left' declaration with the 'box-shadow' declaration. Signed-off-by: Suguru Hirahara --- res/css/views/rooms/_IRCLayout.pcss | 7 ------- 1 file changed, 7 deletions(-) diff --git a/res/css/views/rooms/_IRCLayout.pcss b/res/css/views/rooms/_IRCLayout.pcss index 995e791ca3..8163b29fc9 100644 --- a/res/css/views/rooms/_IRCLayout.pcss +++ b/res/css/views/rooms/_IRCLayout.pcss @@ -182,13 +182,6 @@ $irc-line-height: $font-18px; } } - /* Suppress highlight thing from the normal Layout. */ - .mx_EventTile:hover.mx_EventTile_verified .mx_EventTile_line, - .mx_EventTile:hover.mx_EventTile_unverified .mx_EventTile_line, - .mx_EventTile:hover.mx_EventTile_unknown .mx_EventTile_line { - border-left: 0; - } - .mx_ReplyChain { .mx_DisambiguatedProfile { width: unset;