How can I fix the disabled link in Dawn theme's main navigation dropdown?

go to your base.css

add this at the bottom of the file

.menu-drawer summary a{ color: currentColor; text-decoration: none; }

This will fix your issue