mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-04-09 09:21:10 +00:00
Fix weird hover colors and add docs for clean fab
This commit is contained in:
parent
886b1a6690
commit
abfee5dd5e
2 changed files with 11 additions and 3 deletions
|
|
@ -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'};
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue