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