Feature: Button tab navigation

https://github.com/iview/iview/issues/1647
This commit is contained in:
Graham Fairweather 2018-01-16 10:50:53 +01:00
parent 9c1b5c1c32
commit 291acd27f3

View file

@ -27,8 +27,8 @@
.button-variant(@color; @background; @border) {
.button-color(@color; @background; @border);
&:hover
//&:focus
&:hover,
&:focus
{
.button-color(tint(@color, 20%); tint(@background, 20%); tint(@border, 20%));
}