Fix weird hover colors and add docs for clean fab

This commit is contained in:
Marcos Moura 2016-09-19 20:35:54 -03:00
parent 886b1a6690
commit abfee5dd5e
2 changed files with 11 additions and 3 deletions

View file

@ -21,10 +21,10 @@
background-color: #{'ACCENT-COLOR'};
&:hover {
background-color: #{'ACCENT-COLOR-A700'};
background-color: #{'ACCENT-COLOR-600'};
}
&.md-fab-clean {
&.md-clean {
color: #{'BACKGROUND-COLOR-900'};
background-color: #{'BACKGROUND-COLOR-50'};
@ -64,7 +64,7 @@
color: #{'ACCENT-CONTRAST'};
&:hover {
background-color: #{'ACCENT-COLOR-A700'};
background-color: #{'ACCENT-COLOR-600'};
}
}

View file

@ -122,6 +122,14 @@
<md-icon>save</md-icon>
</md-button>
<md-button class="md-fab md-clean">
<md-icon>chat</md-icon>
</md-button>
<md-button class="md-fab md-clean md-mini">
<md-icon>chat</md-icon>
</md-button>
<md-button class="md-fab" disabled>
<md-icon>message</md-icon>
</md-button>