feat: use border-radius instead

This commit is contained in:
kagawagao 2019-08-02 14:05:59 +08:00
parent 6520e25775
commit b3c2cb4002
No known key found for this signature in database
GPG Key ID: D10D985A9A6E1180

View File

@ -114,7 +114,7 @@
&-right {
left: -@layout-zero-trigger-width;
transform: rotate3d(0, 0, 1, 180deg);
border-radius: @border-radius-base 0 0 @border-radius-base;
}
}
}