mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-05 23:46:28 +08:00
style: button focus style should not stay after click (#36902)
:focus => :focus-visible close #36896
This commit is contained in:
parent
212802bc09
commit
30d60fc05c
@ -5,7 +5,7 @@
|
||||
cursor: pointer;
|
||||
transition: color 0.3s;
|
||||
|
||||
&:focus,
|
||||
&:focus-visible,
|
||||
&:hover {
|
||||
color: @link-hover-color;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user