Преглед изворни кода

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

Paweł Kwaśnik пре 5 година
родитељ
комит
d92976a1ed
1 измењених фајлова са 6 додато и 0 уклоњено
  1. 6 0
      packages/ckeditor5-image/theme/imageinsertformrowview.css

+ 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;