style(next)/restyle CKEditor: restyle the action buttons

This commit is contained in:
Adorian Doran 2025-04-18 18:24:46 +03:00
parent 408209a5d8
commit 0c10dd75f9

View File

@ -114,6 +114,21 @@
--ck-border-radius: 0; --ck-border-radius: 0;
} }
/* Action buttons */
:root .ck-link-actions button.ck-button,
:root .ck-link-form button.ck-button {
--ck-border-radius: 6px;
background: transparent;
box-shadow: unset;
}
:root .ck-link-actions button.ck-button:hover,
:root .ck-link-form button.ck-button:hover {
background: var(--hover-item-background-color);
}
/* /*
* EDITOR'S CONTENT * EDITOR'S CONTENT
*/ */