style/text editor/forms: restyle dropdowns

This commit is contained in:
Adorian Doran 2025-08-31 02:58:53 +03:00
parent e85858d22d
commit ed748bbebd

View file

@ -419,6 +419,12 @@ div.ck-template-form .ck-search__info span:nth-child(2) {
font-size: .9em;
}
/* Link dropdown */
:root .ck.ck-form.ck-link-form ul.ck-link-form__providers-list {
border-top: none;
}
/* Bookmark dropdown */
.ck.ck-bookmark-form .ck-form__row_with-submit {
@ -472,6 +478,10 @@ button.ck.ck-button.ck-button-action.ck-button_with-text {
align-items: flex-end;
}
.ck.ck-form__header {
border-bottom: none;
}
/*
* EDITOR'S CONTENT
*/