Skip to content

Commit 85b40f3

Browse files
author
Oleksandr Dubovyk
committed
Merge remote-tracking branch 'origin/MAGETWO-48123' into PR
2 parents 91a97bf + 4c756c1 commit 85b40f3

File tree

1 file changed

+14
-9
lines changed
  • app/design/frontend/Magento/luma/Magento_Checkout/web/css/source/module

1 file changed

+14
-9
lines changed

app/design/frontend/Magento/luma/Magento_Checkout/web/css/source/module/_minicart.less

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -323,15 +323,20 @@
323323
}
324324

325325
&.options {
326-
.tooltip.toggle {
327-
.lib-icon-font(
328-
@icon-down,
329-
@_icon-font-size: 12px,
330-
@_icon-font-line-height: 12px,
331-
@_icon-font-text-hide: true,
332-
@_icon-font-margin: -3px 0 0 7px,
333-
@_icon-font-position: after
334-
);
326+
.toggle {
327+
&.tooltip {
328+
.lib-icon-font(
329+
@icon-down,
330+
@_icon-font-size: 12px,
331+
@_icon-font-line-height: 12px,
332+
@_icon-font-text-hide: true,
333+
@_icon-font-margin: -3px 0 0 7px,
334+
@_icon-font-position: after
335+
);
336+
}
337+
> span {
338+
&:extend(.abs-visually-hidden-reset all);
339+
}
335340
}
336341

337342
.details {

0 commit comments

Comments
 (0)