Commit 291acd27f320de140085347a6c9af0436c36f7f4

Authored by Graham Fairweather
1 parent 9c1b5c1c

Feature: Button tab navigation

https://github.com/iview/iview/issues/1647
Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
src/styles/mixins/button.less
... ... @@ -27,8 +27,8 @@
27 27 .button-variant(@color; @background; @border) {
28 28 .button-color(@color; @background; @border);
29 29  
30   - &:hover
31   - //&:focus
  30 + &:hover,
  31 + &:focus
32 32 {
33 33 .button-color(tint(@color, 20%); tint(@background, 20%); tint(@border, 20%));
34 34 }
... ...