Sfoglia il codice sorgente

Internal: enhanced CSS colors for the resized elements.

Marek Lewandowski 6 anni fa
parent
commit
feb279d0fd
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      packages/ckeditor5-widget/theme/widget.css

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

@@ -25,7 +25,8 @@
 			top: 0;
 			bottom: 0;
 
-			outline: 2px dashed red;
+			outline: 2px dashed var(--ck-color-focus-border);
+			background-color: rgba(71, 164, 245, 0.25);
 
 			&.ck-widget__resizer-shadow-active {
 				display: block;