mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-26 19:44:07 +03:00
Merge pull request #326 from edlau/master
Fixed a couple bugs in LESS scripts
This commit is contained in:
commit
60cfbbd6d6
|
@ -41,7 +41,7 @@
|
|||
font-size: 26px;
|
||||
width: 56px;
|
||||
height: 56px;
|
||||
&, &:hover, &:active
|
||||
&, &:hover, &:active {
|
||||
.variations(~"", background-color, transparent);
|
||||
}
|
||||
& {
|
||||
|
|
|
@ -9,6 +9,9 @@
|
|||
.generic-variations(@extra, @default, {
|
||||
background-color: @material-color;
|
||||
color: @text-color;
|
||||
& when (@material-color = @btn-default) {
|
||||
color: @lightbg-text;
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user