mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-03 20:49:14 +08:00
Merge pull request #441 from benjycui/fix-button
fix: hide loading icon at first
This commit is contained in:
commit
b52cb83295
@ -47,6 +47,7 @@
|
||||
content: "\e610";
|
||||
position: absolute;
|
||||
opacity: 0;
|
||||
visibility: hidden;
|
||||
transition: opacity 0.5s ease;
|
||||
}
|
||||
|
||||
@ -62,6 +63,7 @@
|
||||
top: 50%;
|
||||
margin-top: -6px;
|
||||
opacity: 1;
|
||||
visibility: visible;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user