Przeglądaj źródła

Removing focus outline in "insert image via URL" form.

Paweł Kwaśnik 5 lat temu
rodzic
commit
d92976a1ed

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

@@ -3,6 +3,12 @@
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
  */
 
+.ck.ck-image-insert-form {
+	&:focus {
+		outline: none;
+	}
+}
+
 .ck.ck-form__row {
 	display: flex;
 	flex-direction: row;