mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-03 20:49:14 +08:00
use cross-rotate()
This commit is contained in:
parent
8c22dac4ae
commit
44c5f8cfca
@ -74,7 +74,7 @@
|
||||
}
|
||||
|
||||
&-jump-prev {
|
||||
transform: rotate(180deg);
|
||||
.cross-rotate(180deg);
|
||||
&:hover {
|
||||
&:after {
|
||||
content: "\e611\e611";
|
||||
@ -134,7 +134,7 @@
|
||||
}
|
||||
|
||||
&-prev {
|
||||
transform: rotate(180deg);
|
||||
.cross-rotate(180deg);
|
||||
a {
|
||||
&:after {
|
||||
content: "\e611";
|
||||
|
Loading…
Reference in New Issue
Block a user