Explorar o código

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

Aleksander Nowodzinski %!s(int64=8) %!d(string=hai) anos
pai
achega
c8402c66a3
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      packages/ckeditor5-editor-inline/theme/theme.scss

+ 3 - 1
packages/ckeditor5-editor-inline/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 );
 	}