瀏覽代碼

Stick the fake selection to the right.

Maciej Gołaszewski 5 年之前
父節點
當前提交
871b9084e2
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      packages/ckeditor5-theme-lark/theme/ckeditor5-link/link.css

+ 2 - 2
packages/ckeditor5-theme-lark/theme/ckeditor5-link/link.css

@@ -16,8 +16,8 @@
 /* Collapsed fake visual selection. */
 .ck .ck-fake-link-selection_collapsed {
 	height: 100%;
-	border-left: 1px solid var(--ck-color-base-text);
-	margin-left: -1px;
+	border-right: 1px solid var(--ck-color-base-text);
+	margin-right: -1px;
 	outline: solid 1px hsla(0, 0%, 100%, .5);
 	animation: ck-fake-caret-pulse linear 1s infinite normal forwards;
 }