Ver código fonte

Docs: A quick fix in example styles.

Aleksander Nowodzinski 6 anos atrás
pai
commit
12de34b9e2

+ 1 - 1
packages/ckeditor5-mention/docs/_snippets/examples/chat-with-mentions.html

@@ -142,7 +142,7 @@
 		color: hsl(0, 0%, 45%);
 	}
 
-	.ck-mentions .mention__item:hover .mention__item__full-name {
+	.ck-mentions .mention__item:hover:not(.ck-on) .mention__item__full-name {
 		color: hsl(0, 0%, 40%);
 	}
 

+ 1 - 1
packages/ckeditor5-mention/docs/examples/chat-with-mentions.md

@@ -164,7 +164,7 @@ The HTML code of the application is listed below:
 		color: hsl(0, 0%, 45%);
 	}
 
-	.ck-mentions .mention__item:hover .mention__item__full-name {
+	.ck-mentions .mention__item:hover:not(.ck-on) .mention__item__full-name {
 		color: hsl(0, 0%, 40%);
 	}