Browse Source

Add more specificity to mention CSS class.

Maciej Gołaszewski 6 years ago
parent
commit
96627a8163

+ 1 - 1
packages/ckeditor5-theme-lark/theme/ckeditor5-mention/mentionediting.css

@@ -8,7 +8,7 @@
 	--ck-color-mention-text: hsl(341, 100%, 30%);
 }
 
-.mention {
+.ck-content .mention {
 	background: var(--ck-color-mention-background);
 	color: var(--ck-color-mention-text);
 }