Add mdl-card__menu docs. Fixes #1094

This commit is contained in:
Sérgio Gomes 2016-12-19 13:29:34 +00:00
parent f92971e6f6
commit aaf69661bd
No known key found for this signature in database
GPG Key ID: B273014C8B9F3B03

View File

@ -125,3 +125,4 @@ The MDL CSS classes apply various predefined visual and behavioral enhancements
| `mdl-card__media` | Defines div as a card media container | Required on "inner" media div |
| `mdl-card__supporting-text` | Defines div as a card body text container and assigns appropriate text characteristics to body text | Required on "inner" body text div; text goes directly inside the div with no intervening containers |
| `mdl-card__actions` | Defines div as a card actions container and assigns appropriate text characteristics to actions text | Required on "inner" actions div; content goes directly inside the div with no intervening containers |
| `mdl-card__menu` | Defines element as top right menu button | Optional. Should be a child of the `mdl-card` element. |