Переглянути джерело

Update form outline bug references.

Maciej Gołaszewski 5 роки тому
батько
коміт
5fedef3a61

+ 1 - 0
packages/ckeditor5-image/theme/imageinsertformrowview.css

@@ -5,6 +5,7 @@
 
 .ck.ck-image-insert-form {
 	&:focus {
+		/* See: https://github.com/ckeditor/ckeditor5/issues/4773 */
 		outline: none;
 	}
 }

+ 1 - 1
packages/ckeditor5-theme-lark/theme/ckeditor5-table/form.css

@@ -7,7 +7,7 @@
 	padding: 0 0 var(--ck-spacing-large);
 
 	&:focus {
-		/* https://github.com/ckeditor/ckeditor5-link/issues/90 */
+		/* See: https://github.com/ckeditor/ckeditor5/issues/4773 */
 		outline: none;
 	}
 

+ 1 - 1
packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/responsive-form/responsiveform.css

@@ -14,7 +14,7 @@
 	padding: var(--ck-spacing-standard);
 
 	&:focus {
-		/* https://github.com/ckeditor/ckeditor5-link/issues/90 */
+		/* See: https://github.com/ckeditor/ckeditor5/issues/4773 */
 		outline: none;
 	}