Ver Fonte

Fixed indentation in theme file.

Szymon Kupś há 8 anos atrás
pai
commit
ecde8f823d
1 ficheiros alterados com 8 adições e 8 exclusões
  1. 8 8
      packages/ckeditor5-image/theme/widget/theme.scss

+ 8 - 8
packages/ckeditor5-image/theme/widget/theme.scss

@@ -29,13 +29,13 @@ $widget-outline-thickness: 2px;
 		outline: $widget-outline-thickness solid ck-color( 'widget-hover' );
 	}
 
-.ck-editable {
-	// The `:focus` style is applied before `.ck-editable_focused` class is rendered in the view.
-	// These styles show a different border for a blink of an eye, so `:focus` need to have same styles applied.
-	&.ck-editable_focused, &:focus {
-		@include ck-focus-ring( 'outline' );
-		@include ck-box-shadow( $ck-inner-shadow );
-		background-color: ck-color( 'background' );
+	.ck-editable {
+		// The `:focus` style is applied before `.ck-editable_focused` class is rendered in the view.
+		// These styles show a different border for a blink of an eye, so `:focus` need to have same styles applied.
+		&.ck-editable_focused, &:focus {
+			@include ck-focus-ring( 'outline' );
+			@include ck-box-shadow( $ck-inner-shadow );
+			background-color: ck-color( 'background' );
+		}
 	}
 }
-}