UX: apply same style for highlight mention span (#20176)
This commit is contained in:
parent
c3ace5ea8b
commit
2f8ad17aed
plugins/chat/assets/stylesheets/common
|
@ -136,6 +136,12 @@
|
|||
.mention.highlighted {
|
||||
background: var(--tertiary-low);
|
||||
color: var(--primary);
|
||||
display: inline-block;
|
||||
font-size: 0.93em;
|
||||
font-weight: normal;
|
||||
padding: 0 0.3em 0.07em;
|
||||
border-radius: 0.6em;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
img.ytp-thumbnail-image {
|
||||
|
|
Loading…
Reference in New Issue