mirror of
https://github.com/wahyd4/ant-design.git
synced 2026-08-27 13:46:18 +10:00
Merge branch '0.8.0' of github.com:ant-design/ant-design into 0.8.0
This commit is contained in:
+6
-5
@@ -1841,18 +1841,19 @@ a.entry-link:hover {
|
||||
}
|
||||
|
||||
a.entry-link .anticon-smile {
|
||||
margin-right: 3px;
|
||||
margin-right: 2px;
|
||||
display: inline-block;
|
||||
-webkit-animation: rotateCircleBack 0.5s 1 ease-in-out;
|
||||
animation: rotateCircleBack 0.5s 1 ease-in-out;
|
||||
-webkit-animation: rotateCircleBack 0.6s 1 ease-in-out;
|
||||
animation: rotateCircleBack 0.6s 1 ease-in-out;
|
||||
position: relative;
|
||||
top: -1px;
|
||||
line-height: 1;
|
||||
width: 16px;
|
||||
}
|
||||
|
||||
a.entry-link:hover .anticon-smile {
|
||||
-webkit-animation: rotateCircle 0.5s 1 ease-in-out;
|
||||
animation: rotateCircle 0.5s 1 ease-in-out;
|
||||
-webkit-animation: rotateCircle 0.6s 1 ease-in-out;
|
||||
animation: rotateCircle 0.6s 1 ease-in-out;
|
||||
}
|
||||
|
||||
.entry-version {
|
||||
|
||||
Reference in New Issue
Block a user