Explorar el Código

Improve text visibility around selected inline widget in its manual test.

Maciej Gołaszewski hace 7 años
padre
commit
b76f83699b
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      packages/ckeditor5-widget/tests/manual/inline-widget.html

+ 3 - 1
packages/ckeditor5-widget/tests/manual/inline-widget.html

@@ -11,7 +11,9 @@
 <style>
 	placeholder {
 		background: #ffff00;
-		padding: 2px;
+		padding: 4px 2px;
+		outline-offset: -2px;
+		line-height: 1em;
 	}
 
 	placeholder::selection{