8
0
Эх сурвалжийг харах

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

Kuba Niegowski 5 жил өмнө
parent
commit
ac274b7fa0

+ 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
 	 */