mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-01-30 19:24:10 +03:00
the default button doesn't get the right font color
This commit is contained in:
parent
a289ee8147
commit
5211de142a
|
@ -9,6 +9,9 @@
|
||||||
.generic-variations(@extra, @default, {
|
.generic-variations(@extra, @default, {
|
||||||
background-color: @material-color;
|
background-color: @material-color;
|
||||||
color: @text-color;
|
color: @text-color;
|
||||||
|
& when (@material-color = @btn-default) {
|
||||||
|
color: @lightbg-text;
|
||||||
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user