Make WordPress Core

Opened 4 years ago

Closed 4 years ago

#55874 closed defect (bug) (reported-upstream)

issue in the sub menu deropdown icon core trac site

Reported by: praful2111 Owned by:
Priority: normal Milestone:
Component: General Version:
Severity: normal Keywords:
Cc: Focuses: css

Description

Basically deropdown icon are under the <a> so issue was genetered, other site have deropdown icon after <a>.

Screenshot : https://prnt.sc/SLWhnmfRUR5V

here is the css to fix the issue.

.core .wp-block-group.global-header .global-header__navigation .wp-block-navigation__container .wp-block-navigation-item.has-child a > span.wp-block-navigation__submenu-icon {
    width: 22px;
}

Change History (1)

#1 @sabernhardt
4 years ago

  • Focuses accessibility performance removed
  • Keywords dev-feedback has-dev-note removed
  • Milestone Awaiting Review
  • Resolutionreported-upstream
  • Status newclosed

Thanks for the report! I moved it to #meta6336.

Note: See TracTickets for help on using tickets.