mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 13:09:40 +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-y: @width-without-unit - @corner-height;
|
||||
|
||||
border-radius: 0 0 2px;
|
||||
border-radius: 0 0 @arrow-border-radius;
|
||||
pointer-events: none;
|
||||
|
||||
&::before {
|
||||
|
@ -112,7 +112,7 @@
|
||||
@control-border-radius: @border-radius-base;
|
||||
|
||||
// arrow border
|
||||
@arrow-border-radius: @border-radius-sm;
|
||||
@arrow-border-radius: 2px;
|
||||
|
||||
// vertical paddings
|
||||
@padding-lg: 24px; // containers
|
||||
|
Loading…
Reference in New Issue
Block a user