Skip to content

Commit b35e6d6

Browse files
OriginRingwb-gyy965916
andauthored
fix(module:tag): borderless style is invalid in default state (#8495)
fix:#8492 Co-authored-by: wb-gyy965916 <wb-gyy965916@alibaba-inc.com>
1 parent 47ee143 commit b35e6d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/tag/style/patch.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.@{tag-prefix-cls} {
22
// This is a feature of Antd 5, so we need add in the patch file.
3-
&-borderless {
3+
&&-borderless {
44
border-color: transparent;
55
}
66
}

0 commit comments

Comments
 (0)