Browse Source

Docs: Extended the comment about the widget outline custom property in the context of the widget type around feature.

Aleksander Nowodzinski 5 years ago
parent
commit
6dd561329c
1 changed files with 5 additions and 1 deletions
  1. 5 1
      packages/ckeditor5-theme-lark/theme/ckeditor5-widget/widget.css

+ 5 - 1
packages/ckeditor5-theme-lark/theme/ckeditor5-widget/widget.css

@@ -129,7 +129,11 @@
 
 	&:not(.ck-widget_selected) {
 		/* Disable visual effects of hover/active widget when CKEditor is in readOnly mode.
-		See: https://github.com/ckeditor/ckeditor5/issues/1261 */
+		 * See: https://github.com/ckeditor/ckeditor5/issues/1261
+		 *
+		 * Leave the unit because this custom property is used in calc() by other features.
+		 * See: https://github.com/ckeditor/ckeditor5/issues/6775
+		 */
 		--ck-widget-outline-thickness: 0px;
 	}