Skip to content

Commit 219b50e

Browse files
ENGCOM-5287: fix tooltip toggle selector typo #23248
- Merge Pull Request #23248 from Karlasa/magento2:fix-tooltip-class-selector - Merged commits: 1. c0598ab
2 parents 6e052c5 + c0598ab commit 219b50e

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)