Browse Source

Internal: Reduced resize handler outline thickness.

Marek Lewandowski 6 years ago
parent
commit
363905e70a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/ckeditor5-widget/theme/widget.css

+ 1 - 1
packages/ckeditor5-widget/theme/widget.css

@@ -49,7 +49,7 @@
 	top: 0;
 	top: 0;
 	bottom: 0;
 	bottom: 0;
 
 
-	outline: 2px solid var(--ck-color-resizer);
+	outline: 1px solid var(--ck-color-resizer);
 
 
 	/* @todo: remove this dirty hack. It's purpose is that shadow element should not be
 	/* @todo: remove this dirty hack. It's purpose is that shadow element should not be
 	overlapped by elements that follow it in the DOM. */
 	overlapped by elements that follow it in the DOM. */