Merge pull request #555 from google/remove-button-demos
Removing raised icons buttons and accent colored minifab.master
commit
1e9aa1af0f
|
@ -69,17 +69,13 @@ categories:
|
||||||
- snippet_group:
|
- snippet_group:
|
||||||
- caption: Icon button
|
- caption: Icon button
|
||||||
file: icon.html
|
file: icon.html
|
||||||
- caption: Raised
|
|
||||||
file: icon-raised.html
|
|
||||||
- caption: Colored
|
- caption: Colored
|
||||||
file: icon-raised-colored.html
|
file: icon-colored.html
|
||||||
- snippet_group:
|
- snippet_group:
|
||||||
- caption: Mini FAB
|
- caption: Mini FAB
|
||||||
file: fab-mini.html
|
file: fab-mini.html
|
||||||
- caption: Colored
|
- caption: Colored
|
||||||
file: fab-mini-colored.html
|
file: fab-mini-colored.html
|
||||||
- caption: Accent colored
|
|
||||||
file: fab-mini-accent.html
|
|
||||||
- name: cards
|
- name: cards
|
||||||
title: Cards
|
title: Cards
|
||||||
description: Self-contained pieces of paper with data.
|
description: Self-contained pieces of paper with data.
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
<!-- Accent colored mini FAB button -->
|
|
||||||
<button class="mdl-button mdl-js-button mdl-button--fab mdl-button--mini-fab mdl-button--accent">
|
|
||||||
<i class="material-icons">add</i>
|
|
||||||
</button>
|
|
|
@ -1,4 +1,4 @@
|
||||||
<!-- Raised icon button -->
|
<!-- Colored icon button -->
|
||||||
<button class="mdl-button mdl-js-button mdl-button--icon mdl-button--raised">
|
<button class="mdl-button mdl-js-button mdl-button--icon mdl-button--colored">
|
||||||
<i class="material-icons">mood</i>
|
<i class="material-icons">mood</i>
|
||||||
</button>
|
</button>
|
|
@ -1,4 +0,0 @@
|
||||||
<!-- Raised colored icon button -->
|
|
||||||
<button class="mdl-button mdl-js-button mdl-button--icon mdl-button--raised mdl-button--colored">
|
|
||||||
<i class="material-icons">mood</i>
|
|
||||||
</button>
|
|
Loading…
Reference in New Issue