Selaa lähdekoodia

Disabled button borders for link form and link actions UI.

Aleksander Nowodzinski 8 vuotta sitten
vanhempi
commit
71f9925797

+ 4 - 0
packages/ckeditor5-theme-lark/theme/ckeditor5-link/linkactions.css

@@ -6,6 +6,10 @@
 .ck-link-actions {
 	padding: var(--ck-spacing-standard);
 
+	& .ck-button {
+		border-width: 0;
+	}
+
 	& .ck-link-actions__preview {
 		color: var(--ck-color-link-default);
 		text-overflow: ellipsis;

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

@@ -6,6 +6,10 @@
 .ck-link-form {
 	padding: var(--ck-spacing-standard);
 
+	& .ck-button {
+		border-width: 0;
+	}
+
 	&:focus {
 		/* https://github.com/ckeditor/ckeditor5-link/issues/90 */
 		outline: none;