|
|
|
@ -153,11 +153,11 @@
|
|
|
|
|
|
|
|
|
|
&:hover,
|
|
|
|
|
&:focus {
|
|
|
|
|
.button-color(tint(@primary-color, 20%); white; tint(@primary-color, 20%));
|
|
|
|
|
.button-color(tint(@primary-color, 20%); @btn-ghost-bg; tint(@primary-color, 20%));
|
|
|
|
|
}
|
|
|
|
|
&:active,
|
|
|
|
|
&.active {
|
|
|
|
|
.button-color(shade(@primary-color, 5%); white; shade(@primary-color, 5%));
|
|
|
|
|
.button-color(shade(@primary-color, 5%); @btn-ghost-bg; shade(@primary-color, 5%));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -168,11 +168,11 @@
|
|
|
|
|
|
|
|
|
|
&:hover,
|
|
|
|
|
&:focus {
|
|
|
|
|
.button-color(tint(@primary-color, 20%); white; tint(@primary-color, 20%));
|
|
|
|
|
.button-color(tint(@primary-color, 20%); @btn-ghost-bg; tint(@primary-color, 20%));
|
|
|
|
|
}
|
|
|
|
|
&:active,
|
|
|
|
|
&.active {
|
|
|
|
|
.button-color(shade(@primary-color, 5%); white; shade(@primary-color, 5%));
|
|
|
|
|
.button-color(shade(@primary-color, 5%); @btn-ghost-bg; shade(@primary-color, 5%));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|