浏览代码

The world's a better place now.

Piotrek Koszuliński 6 年之前
父节点
当前提交
945a13e019
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      packages/ckeditor5-widget/tests/manual/inline-widget.html

+ 2 - 2
packages/ckeditor5-widget/tests/manual/inline-widget.html

@@ -16,12 +16,12 @@
 		line-height: 1em;
 	}
 
-	placeholder::selection{
+	placeholder::selection {
 		display: none;
 	}
 
 	/* This will show box when the fake selection is active. */
-	.ck.ck-content div[style*="left: -9999px;"]:before {
+	.ck.ck-content div[style*="left: -9999px;"]::before {
 		background: hsla(9,100%,56%,.3);
 		border: 1px dotted hsl(15, 100%, 43%);
 		color: #333;