Browse Source

Enabled rounded cornes and refactored the focus ring management in the .ck-editor__editable class.

Aleksander Nowodzinski 8 years ago
parent
commit
85a2f15639
1 changed files with 3 additions and 1 deletions
  1. 3 1
      packages/ckeditor5-editor-balloon/theme/theme.scss

+ 3 - 1
packages/ckeditor5-editor-balloon/theme/theme.scss

@@ -5,8 +5,10 @@
 
 // TODO move to make a common style with editor-classic.
 .ck-editor__editable {
+	@include ck-rounded-corners();
+
 	&.ck-focused {
-		@include ck-focus-ring( 'outline' );
+		@include ck-focus-ring();
 		@include ck-box-shadow( $ck-inner-shadow );
 	}