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

Commit 38ad0d4

Browse files
committed
add an opaque background to hovered user name in IRC style view
Signed-off-by: Katarzyna Stachura <[email protected]>
1 parent 074fec3 commit 38ad0d4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

res/css/views/rooms/_IRCLayout.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,8 @@ $irc-line-height: $font-18px;
199199

200200
> .mx_SenderProfile_displayName {
201201
overflow: visible;
202+
display: inline;
203+
background-color: $event-selected-color;
202204
}
203205

204206
> .mx_SenderProfile_mxid {

0 commit comments

Comments
 (0)