8
0
Просмотр исходного кода

Change link tooltip button separator design for manual decorators

Paweł Kwaśnik 5 лет назад
Родитель
Сommit
96011f918e
1 измененных файлов с 11 добавлено и 0 удалено
  1. 11 0
      packages/ckeditor5-theme-lark/theme/ckeditor5-link/linkform.css

+ 11 - 0
packages/ckeditor5-theme-lark/theme/ckeditor5-link/linkform.css

@@ -98,6 +98,17 @@
 				border-right: 1px solid var(--ck-color-base-border);
 			}
 		}
+
+		&::after {
+			border-right: 1px solid var(--ck-color-base-border);
+			content: "";
+			width: 0;
+			position: absolute;
+			right: -1px;
+			top: var(--ck-spacing-small);
+			bottom: var(--ck-spacing-small);
+			z-index: 1;
+		}
 	}
 
 	/* Using additional `.ck` class for stronger CSS specificity than `.ck.ck-link-form > :not(:first-child)`. */