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;
|
text-decoration: none;
|
||||||
transition: color .3s ease;
|
transition: color .3s ease;
|
||||||
color: #999;
|
color: #999;
|
||||||
|
outline: 0;
|
||||||
|
|
||||||
&-x {
|
&-x {
|
||||||
display: block;
|
display: block;
|
||||||
@ -66,6 +67,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&:focus,
|
||||||
&:hover {
|
&:hover {
|
||||||
color: #444;
|
color: #444;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
Loading…
Reference in New Issue
Block a user