Merge branch '6.0'
[GitHub/WoltLab/WCF.git] / wcfsetup / install / files / style / bbcode / userMention.scss
CommitLineData
a8935f6f 1.ck.ck-content .mention,
1263f7b9 2.userMention {
1a75e228 3 background-color: var(--wcfSidebarBackground);
1263f7b9 4 border-radius: 2px;
fa3e603d 5 padding: 1px 5px;
24a8094e 6}
8a52619a 7
24a8094e
AE
8.userMention::before {
9 content: "@";
10 /* avoids breaks between the '@' and the username, but still allows
4ef2e9cd 11 wrapping inside the username itself */
24a8094e 12 display: inline-block;
1263f7b9 13}