I am getting the same error and i am using the ddev.
mukeysh โ made their first commit to this issueโs fork.
I have tested the #4 now the focus state is visible. Attaching a screenshot for reference.
I have tested the above #7 patch the breadcrumb icon and back icon are visible properly. Attaching a screenshot for reference.
I have tested the #2 and this is working as expected.
I have noticed !important
is applied in certain areas, yet the icons are also visible without the need for !important
. So I am removing the !important
from the patch.
@bnjmnm
It looks fine then attaching a screenshot for reference. I have noticed the message icon is not visible so I have made fixes in the MR.
I am not able to reproduce this. Attaching a screenshot for reference.
@bnjmnm
I have tested the code the cross icon is there but not visible properly. I am attaching a screenshot for reference.
I also noticed the status icon is not visible.
Mukeysh โ created an issue.
The reason for this problem is that the primary-navigation library is only attached to the main menu template, causing the issue. And if there is no link in the main menu then the main menu block is not rendered because of this library is not attached. I think we need to attach library globally to fix this issue.
The above patch working fine but only for the Legacy, Classic Drupal Toolbar not for the Horizontal, Modern Toolbar. Also, there is also some issue with the tablet screen. Attaching a screenshot for reference.
Adding patch with changes.
Mukeysh โ made their first commit to this issueโs fork.
Applying a patch to fix the above issue. Also attaching a screenshot for reference.
I have tested locally and the image is optimized as mentioned above
Attaching screenshots for reference.
in #3 @ravi kant mentioned web form provides the default state for read-only and disabled but this CSS comes from the webform module which is the contrib module.
We need ready-only styling in the claro theme as well.
I am adding a patch for the above fix. I have noticed that the system module does not contain the files system.theme.css
and system.menus.css
. However, the file system.admin.css
is present. Therefore, I have removed the system.theme.css
and system.menus.css
files from the patch.
Adding a patch to fix the issue.
Mukeysh โ created an issue.
longwave โ credited Mukeysh โ .