瀏覽代碼

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

Maciej Gołaszewski 6 年之前
父節點
當前提交
e795919fed
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      packages/ckeditor5-mention/src/ui/mentionsview.js
  2. 1 1
      packages/ckeditor5-mention/theme/mentionui.css

+ 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;