8
0
Pārlūkot izejas kodu

Rename ck-mention-view CSS class to ck-mentions.

Maciej Gołaszewski 6 gadi atpakaļ
vecāks
revīzija
e795919fed

+ 1 - 1
packages/ckeditor5-mention/src/ui/mentionsview.js

@@ -32,7 +32,7 @@ export default class MentionsView extends View {
 			attributes: {
 				class: [
 					'ck',
-					'ck-mention-view'
+					'ck-mentions'
 				],
 
 				tabindex: '-1'

+ 1 - 1
packages/ckeditor5-mention/theme/mentionui.css

@@ -3,7 +3,7 @@
  * For licensing, see LICENSE.md.
  */
 
-.ck.ck-mention-view {
+.ck.ck-mentions {
 	max-height: 300px;
 
 	overflow-y: auto;