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