mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 14:13:37 +08:00
Merge branch 'master' of github.com:ant-design/ant-design
This commit is contained in:
commit
b04d05fa6a
@ -19,7 +19,7 @@
|
||||
|
||||
&-inner {
|
||||
&:after {
|
||||
transform: rotate(45deg);
|
||||
transform: rotate(45deg) scale(0);
|
||||
position: absolute;
|
||||
left: 4px;
|
||||
top: 1px;
|
||||
@ -30,9 +30,7 @@
|
||||
border-top: 0;
|
||||
border-left: 0;
|
||||
content: ' ';
|
||||
animation-timing-function: @ease-in-out-back;
|
||||
animation-duration: 0.3s;
|
||||
animation-name: fadeOut;
|
||||
transition: all .3s @ease-in-back ;
|
||||
}
|
||||
|
||||
position: relative;
|
||||
@ -75,7 +73,7 @@
|
||||
background-color: @primary-color;
|
||||
|
||||
&:after {
|
||||
transform: rotate(45deg);
|
||||
transform: rotate(45deg) scale(1);
|
||||
position: absolute;
|
||||
left: 4px;
|
||||
top: 1px;
|
||||
@ -86,9 +84,7 @@
|
||||
border-top: 0;
|
||||
border-left: 0;
|
||||
content: ' ';
|
||||
animation-timing-function: @ease-in-out-back;
|
||||
animation-duration: 0.3s;
|
||||
animation-name: fadeOut;
|
||||
transition: all .3s @ease-out-back .2s;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
6241
style/index.css
Normal file
6241
style/index.css
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user