focus样式修改
This commit is contained in:
parent
7cc5853ed7
commit
b84fab09c7
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -152,6 +152,8 @@ $treePrefixCls : "u-tree";
|
|||
color: #666;
|
||||
-webkit-transition: all 0.3s ease;
|
||||
transition: all 0.3s ease;
|
||||
// outline: 5px #cfe8fb;
|
||||
|
||||
}
|
||||
li a:hover {
|
||||
background-color: #e7f4fd;
|
||||
|
@ -367,5 +369,9 @@ $treePrefixCls : "u-tree";
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
:focus {
|
||||
outline: #cfe8fb auto 1px;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue