the default button doesn't get the right font color

This commit is contained in:
Edmond Lau 2014-12-26 18:00:36 -05:00
parent a289ee8147
commit 5211de142a

View File

@ -9,6 +9,9 @@
.generic-variations(@extra, @default, {
background-color: @material-color;
color: @text-color;
& when (@material-color = @btn-default) {
color: @lightbg-text;
}
});
}