style(next)/formatting toolbar: tweak the colors of collapsible dropdown sections

This commit is contained in:
Adorian Doran 2025-05-21 22:59:27 +03:00
parent d02a52852a
commit 9999540b1b
3 changed files with 4 additions and 2 deletions

View File

@ -89,6 +89,7 @@
--menu-item-arrow-color: #ffffffa3;
--menu-item-delimiter-color: #ffffff1c;
--menu-item-group-header-color: #ffffff91;
--menu-section-background-color: #fefefe08;
--modal-backdrop-color: #000;
--modal-shadow-color: rgba(0, 0, 0, .5);

View File

@ -83,6 +83,7 @@
--menu-item-arrow-color: #00000080;
--menu-item-delimiter-color: #00000030;
--menu-item-group-header-color: #00000061;
--menu-section-background-color: #00000006;
--modal-backdrop-color: #7c7c7c;
--modal-shadow-color: #00000033;

View File

@ -119,8 +119,8 @@
bottom: var(--negative-padding);
left: var(--negative-padding);
right: var(--negative-padding);
border-top: 1px solid var(--ck-color-base-border);
background: rgba(0, 0, 0, .025);
border-top: 1px solid var(--ck-editor-popup-border-color);
background: var(--menu-section-background-color);
}
.ck.ck-collapsible:last-child::before {