mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-01 11:39:28 +08:00
Fix modal close focus style, close #1668
This commit is contained in:
parent
09fbd10e08
commit
6c4adf3348
@ -46,6 +46,7 @@
|
||||
text-decoration: none;
|
||||
transition: color .3s ease;
|
||||
color: #999;
|
||||
outline: 0;
|
||||
|
||||
&-x {
|
||||
display: block;
|
||||
@ -66,6 +67,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
&:focus,
|
||||
&:hover {
|
||||
color: #444;
|
||||
text-decoration: none;
|
||||
|
Loading…
Reference in New Issue
Block a user