mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-11 03:22:59 +08:00
feat: hide the last border in borderless mode (#34366)
This commit is contained in:
parent
fbb98f2b4f
commit
362a99e9d4
@ -120,6 +120,11 @@
|
|||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// hide the last border-bottom in borderless mode
|
||||||
|
&-borderless > &-item:last-child {
|
||||||
|
border-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
&-borderless > &-item > &-content {
|
&-borderless > &-item > &-content {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border-top: 0;
|
border-top: 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user