Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit b06b602

Browse files
authored
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 67249e1 for the implementation of IRC layout, but the border declarations for highlighting were removed with this commit 3a2aa9d to replace the 'border-left' declaration with the 'box-shadow' declaration. Signed-off-by: Suguru Hirahara <[email protected]>
1 parent 4064ae7 commit b06b602

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

res/css/views/rooms/_IRCLayout.pcss

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -182,13 +182,6 @@ $irc-line-height: $font-18px;
182182
}
183183
}
184184

185-
/* Suppress highlight thing from the normal Layout. */
186-
.mx_EventTile:hover.mx_EventTile_verified .mx_EventTile_line,
187-
.mx_EventTile:hover.mx_EventTile_unverified .mx_EventTile_line,
188-
.mx_EventTile:hover.mx_EventTile_unknown .mx_EventTile_line {
189-
border-left: 0;
190-
}
191-
192185
.mx_ReplyChain {
193186
.mx_DisambiguatedProfile {
194187
width: unset;

0 commit comments

Comments
 (0)