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

The widget selection handle should slowly fade out when the type around fake caret shows up.

Aleksander Nowodzinski 5 жил өмнө
parent
commit
cf9cca7a59

+ 2 - 2
packages/ckeditor5-theme-lark/theme/ckeditor5-widget/widgettypearound.css

@@ -164,8 +164,8 @@
 		 * Fake horizontal caret integration with the selection handle. When the caret is visible, simply
 		 * hide the handle because it intersects with the caret (and does not make much sense anyway).
 		 */
-		&.ck-widget_with-selection-handle > .ck-widget__selection-handle {
-			display: none;
+		&.ck-widget_selected.ck-widget_with-selection-handle > .ck-widget__selection-handle {
+			opacity: 0
 		}
 	}
 }