Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

fix(list): Don't wrap secondary buttons in a button. #5721

Closed

Commits on Nov 13, 2015

  1. fix(list): Don't wrap secondary buttons in a button.

    We currently wrap many `.md-secondary` items in an extra button
    for accessibility purposes. However, there is no need to wrap an
    existing button inside an additional one as it creates odd
    behavior and styling.
    
    Additionally, fix some styles so that secondary buttons render
    properly (position was off due to margins).
    
    Lastly, add some new demo code to show how to use this functionality.
    
    Fixes #3176.
    topherfangio committed Nov 13, 2015
    Configuration menu
    Copy the full SHA
    d3c40b6 View commit details
    Browse the repository at this point in the history