Commit d19aee27541933de6b8f29bc347caf0904c0ca57
1 parent
8cc60d22
Revert
Showing
1 changed file
with
1 additions
and
2 deletions
Show diff stats
src/styles/mixins/button.less
@@ -28,11 +28,10 @@ | @@ -28,11 +28,10 @@ | ||
28 | .button-color(@color; @background; @border); | 28 | .button-color(@color; @background; @border); |
29 | 29 | ||
30 | &:hover | 30 | &:hover |
31 | - // &:focus | 31 | + //&:focus |
32 | { | 32 | { |
33 | .button-color(tint(@color, 20%); tint(@background, 20%); tint(@border, 20%)); | 33 | .button-color(tint(@color, 20%); tint(@background, 20%); tint(@border, 20%)); |
34 | } | 34 | } |
35 | - | ||
36 | &:active, | 35 | &:active, |
37 | &.active { | 36 | &.active { |
38 | .button-color(shade(@color, 5%); shade(@background, 5%); shade(@background, 5%)); | 37 | .button-color(shade(@color, 5%); shade(@background, 5%); shade(@background, 5%)); |