mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 09:26:06 +08:00
fix: fixed arrow border radius variables (#35086)
This commit is contained in:
parent
7f54a459f6
commit
dc4da79638
@ -18,7 +18,7 @@
|
|||||||
@f-x: 2 * @width-without-unit + @corner-height;
|
@f-x: 2 * @width-without-unit + @corner-height;
|
||||||
@f-y: @width-without-unit - @corner-height;
|
@f-y: @width-without-unit - @corner-height;
|
||||||
|
|
||||||
border-radius: 0 0 2px;
|
border-radius: 0 0 @arrow-border-radius;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
|
|
||||||
&::before {
|
&::before {
|
||||||
|
@ -112,7 +112,7 @@
|
|||||||
@control-border-radius: @border-radius-base;
|
@control-border-radius: @border-radius-base;
|
||||||
|
|
||||||
// arrow border
|
// arrow border
|
||||||
@arrow-border-radius: @border-radius-sm;
|
@arrow-border-radius: 2px;
|
||||||
|
|
||||||
// vertical paddings
|
// vertical paddings
|
||||||
@padding-lg: 24px; // containers
|
@padding-lg: 24px; // containers
|
||||||
|
Loading…
Reference in New Issue
Block a user