Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

Add Drupal logo to the toolbar #20

Open
ckrina opened this issue Jul 6, 2023 · 2 comments
Open

Add Drupal logo to the toolbar #20

ckrina opened this issue Jul 6, 2023 · 2 comments

Comments

@ckrina
Copy link
Contributor

ckrina commented Jul 6, 2023

Description

We're adding more menus into the toolbar, so we will be adding headings above each menu.

Activities in this ticket

Add a heading to the existing administration menu (see screenshot example).

Image

  • The text doesn't need to be in caps for now. The important part in this ticket is the markup, not the styles.
  • Use a markup similar to the one coming from block--system-menu-block.html.twig so it's easier to integrate later with the block and menu systems in Drupal. Example code:

<nav id="this-menu-id" class="" aria-labelledby="title-id" role="navigation">
 <h2 class="" id="title-id">Administration menu</h2>
 <ul class="">
       <li class=""><a >Link text</a></li>
 </ul>
</nav>
@sveta1x
Copy link
Contributor

sveta1x commented Jul 6, 2023

conflict is fixed, styles are updated to postcss. Ready for QA #5

@sveta1x sveta1x removed their assignment Jul 6, 2023
@sveta1x
Copy link
Contributor

sveta1x commented Jul 7, 2023

approved, merged

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
Status: ✅ Done
Development

No branches or pull requests

2 participants