Browse Source

Changed outline offset of caption editable.

Szymon Kupś 8 years ago
parent
commit
41f7ff8cc2
1 changed files with 1 additions and 0 deletions
  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;
 	}
 }