mirror of https://github.com/zulip/zulip.git
message view: Maintain stream color border on @-mention messages.
Fixes #6241
This commit is contained in:
parent
50defd9b70
commit
8addc9b97e
|
@ -1018,7 +1018,7 @@ td.pointer {
|
||||||
border-right: 1px solid hsl(0, 0%, 88%);
|
border-right: 1px solid hsl(0, 0%, 88%);
|
||||||
}
|
}
|
||||||
|
|
||||||
.mention .messagebox-content {
|
.mention .messagebox {
|
||||||
background-color: hsl(8, 94%, 94%);
|
background-color: hsl(8, 94%, 94%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue