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 commit67249e1e9c
for the implementation of IRC layout, but the border declarations for highlighting were removed with this commit3a2aa9d96c
to replace the 'border-left' declaration with the 'box-shadow' declaration. Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
This commit is contained in:
parent
4064ae7ad0
commit
b06b602c5b
1 changed files with 0 additions and 7 deletions
|
@ -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_ReplyChain {
|
||||||
.mx_DisambiguatedProfile {
|
.mx_DisambiguatedProfile {
|
||||||
width: unset;
|
width: unset;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue