Making WordPress.org

Opened 6 months ago

Last modified 6 weeks ago

#7457 new defect (bug)

Active Menu issue in mobile view

Reported by: harsh175's profile harsh175 Owned by:
Milestone: Priority: normal
Component: General Keywords: reporter-feedback
Cc:

Description

In mobile view when the user visits any subpage of the About page, then it confuses the user which page is activated.
https://www.awesomescreenshot.com/video/24798690?key=8dcedfbb8249edf654a2708508b728bc

css

.wp-block-navigation:not([class*=has-text-decoration]) a:focus {
    text-decoration-line: none;
}
.wp-block-navigation .current-menu-item > a{
    font-weight: 700;
    text-decoration-line: underline;
}

Change History (2)

#1 @coffee2code
2 months ago

  • Keywords reporter-feedback added

@harsh175: Thanks for the report! However, the linked video is no longer available and your ticket does not sufficiently describe the issue being reported. Can you provide more context and details and/or provide an updated video?

Note: See TracTickets for help on using tickets.