mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-06 16:06:28 +08:00
Fix modal text being selected when open it with double click, close #11777
This commit is contained in:
parent
45ac4872b2
commit
ec6d88f407
@ -111,6 +111,7 @@
|
|||||||
animation-duration: @animation-duration-slow;
|
animation-duration: @animation-duration-slow;
|
||||||
transform: none; // reset scale avoid mousePosition bug
|
transform: none; // reset scale avoid mousePosition bug
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
user-select: none; // https://github.com/ant-design/ant-design/issues/11777
|
||||||
}
|
}
|
||||||
|
|
||||||
&-mask {
|
&-mask {
|
||||||
|
Loading…
Reference in New Issue
Block a user