Parcourir la source

Changed outline offset of caption editable.

Szymon Kupś il y a 8 ans
Parent
commit
41f7ff8cc2
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      packages/ckeditor5-image/theme/imagecaption/theme.scss

+ 1 - 0
packages/ckeditor5-image/theme/imagecaption/theme.scss

@@ -11,5 +11,6 @@
 		padding: ck-spacing();
 		font-size: ck-font-size( -1 );
 		color: ck-color( 'text', 40 );
+		outline-offset: -1px;
 	}
 }