Skip to content

Commit 0716bc1

Browse files
ENGCOM-5287: fix tooltip toggle selector typo #23248
2 parents d270e3e + 219b50e commit 0716bc1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/design/frontend/Magento/blank/web/css/source/_tooltips.less

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111

1212
.tooltip.wrapper {
1313
.lib-tooltip(
14-
@_tooltip-position: bottom,
15-
@_tooltip-selector-content: ~'.tooltip.content',
16-
@_tooltip-selector-toggle: ~'tooltip.toggle'
14+
@_tooltip-position: bottom,
15+
@_tooltip-selector-content: ~'.tooltip.content',
16+
@_tooltip-selector-toggle: ~'.tooltip.toggle'
1717
);
1818

1919
.tooltip.content {

0 commit comments

Comments
 (0)