mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-11 12:17:59 +03:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
f60c594067
|
@ -41,7 +41,7 @@
|
||||||
font-size: 26px;
|
font-size: 26px;
|
||||||
width: 56px;
|
width: 56px;
|
||||||
height: 56px;
|
height: 56px;
|
||||||
&, &:hover, &:active
|
&, &:hover, &:active {
|
||||||
.variations(~"", background-color, transparent);
|
.variations(~"", background-color, transparent);
|
||||||
}
|
}
|
||||||
& {
|
& {
|
||||||
|
|
|
@ -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