Skip to content

Commit 62d3fd8

Browse files
shenjunjiankagol
authored andcommitted
fix(tooltip): remove :has selector on arrow (#2830)
1 parent 16bcd02 commit 62d3fd8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

packages/theme/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@opentiny/vue-theme",
33
"type": "module",
4-
"version": "3.21.1",
4+
"version": "3.21.2",
55
"description": "An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.",
66
"author": "OpenTiny Team",
77
"license": "MIT",
@@ -93,4 +93,4 @@
9393
]
9494
}
9595
}
96-
}
96+
}

packages/theme/src/base/reset.less

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -197,9 +197,9 @@
197197
}
198198

199199
// 有箭头的场景,统一规范所有样式
200-
.tiny-popconfirm-popover:has(.popper__arrow),
201-
.tiny-popper:has(.popper__arrow),
202-
.tiny-tooltip__popper:has(.popper__arrow) {
200+
.tiny-popconfirm-popover,
201+
.tiny-popper,
202+
.tiny-tooltip__popper {
203203
.popper__arrow {
204204
position: absolute;
205205
display: block;
@@ -243,4 +243,4 @@
243243
right: -3px;
244244
}
245245
}
246-
}
246+
}

0 commit comments

Comments
 (0)