Feature: Button tab navigation
https://github.com/iview/iview/issues/1647
This commit is contained in:
parent
9c1b5c1c32
commit
291acd27f3
1 changed files with 2 additions and 2 deletions
|
@ -27,8 +27,8 @@
|
||||||
.button-variant(@color; @background; @border) {
|
.button-variant(@color; @background; @border) {
|
||||||
.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%));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue