mirror of
https://github.com/wahyd4/ant-design.git
synced 2026-08-27 13:46:18 +10:00
Merge pull request #441 from benjycui/fix-button
fix: hide loading icon at first
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user