bueltge / wordpress-admin-style

This plugin reference elements from wp-admin in an overview with the necessary markup and CSS classes to help you to develop WordPress compliant.
http://wpengineer.com/2226/new-plugin-to-style-your-plugin-on-wordpress-admin-with-default-styles/
GNU General Public License v2.0
960 stars 124 forks source link

2 Columns Layout: static (px) #52

Closed x9t9 closed 6 years ago

x9t9 commented 6 years ago

In the 2 Columns Layout: static (px) section, it seems that the handle div markup has been changed to a button ( not sure in which version )

Old markup : <div title="Click to toggle" class="handlediv"><br></div>

New markup :

    <button type="button" class="handlediv" aria-expanded="true" >
    <span class="screen-reader-text">Toggle panel</span>
    <span class="toggle-indicator" aria-hidden="true"></span>
    </button>

the current version of the plugin does not display the toggle button .

bueltge commented 6 years ago

Thanks for the hint. Maybe you will send a PR?