synos-helena 21.12.7-beta.0 → 21.13.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/index.css CHANGED
@@ -3796,7 +3796,7 @@ a.ant-btn-icon-only > .anticon {
3796
3796
  display: block;
3797
3797
  }
3798
3798
  .ant-btn > .ant-btn-loading-icon {
3799
- transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
3799
+ transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
3800
3800
  }
3801
3801
  .ant-btn > .ant-btn-loading-icon .anticon {
3802
3802
  padding-right: 8px;