3446433: Navigation theme aside styling
3 unresolved threads
3 unresolved threads
Merge request reports
Activity
added 203 commits
-
14ce8fcf...b06bf11b - 202 commits from branch
project:11.x
- 58a75049 - 3446433: Navigation theme aside styling
-
14ce8fcf...b06bf11b - 202 commits from branch
added 1 commit
- ea0b863c - 3446433: Apply styles to collapsed state only.
18 18 content: ""; 19 19 border-top: 1px solid var(--admin-toolbar-color-gray-200); 20 20 } 21 :where([data-admin-toolbar="collapsed"]) .toolbar-block .layout-builder-block__content-preview-placeholder-label { changed this line in version 6 of the diff
we need to get this code probably here https://git.drupalcode.org/project/drupal/-/blob/11.x/core/modules/navigation/css/base/layout-builder.pcss.css?ref_type=heads
to keep layout builder related code outside of components code
but also outside of layout builder module ;)
279 279 .admin-toolbar__content { 280 280 display: grid; 281 281 gap: var(--admin-toolbar-space-12); 282 padding-block: var(--admin-toolbar-sidebar-header) var(--admin-toolbar-space-16); 283 282 padding-inline: var(--admin-toolbar-space-16); 283 padding-block: var(--admin-toolbar-sidebar-header) var(--admin-toolbar-space-16); 284 284 border-inline-end: 1px solid var(--admin-toolbar-color-gray-100); 285 285 286 :where([data-admin-toolbar="collapsed"]) & { changed this line in version 7 of the diff
368 368 display: none; 369 369 } 370 370 } 371 372 /* Reduce paddings when toolbar collapsed */ changed this line in version 9 of the diff
added 1 commit
- 6e1e074a - 3446433: Move layout builder code and remove admin toolbar code.
Please register or sign in to reply