We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 91a97bf + 4c756c1 commit 85b40f3Copy full SHA for 85b40f3
app/design/frontend/Magento/luma/Magento_Checkout/web/css/source/module/_minicart.less
@@ -323,15 +323,20 @@
323
}
324
325
&.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
- );
+ .toggle {
+ &.tooltip {
+ .lib-icon-font(
+ @icon-down,
+ @_icon-font-size: 12px,
+ @_icon-font-line-height: 12px,
+ @_icon-font-text-hide: true,
+ @_icon-font-margin: -3px 0 0 7px,
+ @_icon-font-position: after
335
+ );
336
+ }
337
+ > span {
338
+ &:extend(.abs-visually-hidden-reset all);
339
340
341
342
.details {
0 commit comments