Make WordPress Core


Ignore:
Timestamp:
01/22/2025 10:31:06 PM (11 months ago)
Author:
audrasjb
Message:

Administration: Remove useless arrow icon from WordPress admin menu.

This changeset deletes the arrow that is typically added next to WordPress admin menu items that have submenus. The .wp-menu-arrow element is no longer visible since the WP 3.8 redesign, but the HTML and CSS remained. With this changeset, the HTML generating the arrow is removed, and the corresponding CSS styling is deleted.

Props helen, azaozz, jbkkd, pbearne, flixos90.
Fixes #26960.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/qunit/index.html

    r54243 r59690  
    22932293            <li class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-plugins" id="menu-plugins">
    22942294                <a href="plugins.php" class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-plugins" aria-haspopup="true">
    2295                     <div class="wp-menu-arrow"><div></div></div>
    22962295                    <div class="wp-menu-image dashicons-before dashicons-admin-plugins"><br></div>
    22972296                    <div class="wp-menu-name">Plugins
Note: See TracChangeset for help on using the changeset viewer.