瀏覽代碼

Widget type around UI should not be selectable by triple-click.

Kuba Niegowski 5 年之前
父節點
當前提交
ac274b7fa0
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      packages/ckeditor5-theme-lark/theme/ckeditor5-widget/widgettypearound.css

+ 6 - 0
packages/ckeditor5-theme-lark/theme/ckeditor5-widget/widgettypearound.css

@@ -24,6 +24,12 @@
 }
 
 .ck .ck-widget {
+	/*
+	 * Disable triple-click selection of UI elements.
+	 */
+	& .ck-widget__type-around {
+		user-select: none;
+	}
 	/*
 	 * Styles of the type around buttons
 	 */