Revert
This commit is contained in:
parent
8cc60d2249
commit
d19aee2754
1 changed files with 1 additions and 2 deletions
|
@ -28,11 +28,10 @@
|
||||||
.button-color(@color; @background; @border);
|
.button-color(@color; @background; @border);
|
||||||
|
|
||||||
&:hover
|
&:hover
|
||||||
// &:focus
|
//&:focus
|
||||||
{
|
{
|
||||||
.button-color(tint(@color, 20%); tint(@background, 20%); tint(@border, 20%));
|
.button-color(tint(@color, 20%); tint(@background, 20%); tint(@border, 20%));
|
||||||
}
|
}
|
||||||
|
|
||||||
&:active,
|
&:active,
|
||||||
&.active {
|
&.active {
|
||||||
.button-color(shade(@color, 5%); shade(@background, 5%); shade(@background, 5%));
|
.button-color(shade(@color, 5%); shade(@background, 5%); shade(@background, 5%));
|
||||||
|
|
Loading…
Add table
Reference in a new issue