update Button focus transition
This commit is contained in:
parent
91d9c16a3f
commit
5a3fe3ec62
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@
|
||||||
|
|
||||||
&:not([disabled]):active {
|
&:not([disabled]):active {
|
||||||
outline: 0;
|
outline: 0;
|
||||||
transition: none;
|
// transition: none; // 如果不注释此行,那么active会和focus同时触发,此时focus的开始动画transition会无效
|
||||||
}
|
}
|
||||||
|
|
||||||
&.disabled,
|
&.disabled,
|
||||||
|
|
Loading…
Add table
Reference in a new issue