/*
* Fix for UDP-1061. Average customer reviews has a small extra line on hover
* https://omni-grok.amazon.com/xref/src/appgroup/websiteTemplates/retail/SoftlinesDetailPageAssets/udp-intl-lock/src/legacy.css?indexName=WebsiteTemplates#40
*/
.noUnderline a:hover {
text-decoration: none;
}
.cm-cr-review-stars-spacing-big {
margin-top: 1px;
}
.mvt-cm-cr-review-stars-mini {
margin-top: 0.5px;
}
.mvt-cm-cr-review-stars-small {
margin-left: -2px;
}
.mvt-cm-cr-review-stars-mini-popover .a-icon-popover {
margin-top: 1px;
margin-left: -4px;
margin-right: -11px;
}
.mvt-cm-cr-review-stars-small-popover .a-icon-popover {
margin-top: -1px;
margin-left: -5px;
margin-right: -11px;
}
.mvt-cm-cr-review-stars-mini-rtl-popover .a-icon-popover {
margin-top: 1px;
margin-left: -11px;
margin-right: -5px;
}
.mvt-cm-cr-review-stars-small-rtl-popover .a-icon-popover {
margin-top: -1px;
margin-left: -11px;
margin-right: -3px;
}
4.6 4.6 من 5 نجوم
12 تقييم
var dpAcrHasRegisteredArcLinkClickAction;
P.when(‘A’, ‘ready’).execute(function(A) {
if (dpAcrHasRegisteredArcLinkClickAction !== true) {
dpAcrHasRegisteredArcLinkClickAction = true;
A.declarative(
‘acrLink-click-metrics’, ‘click’,
{ “allowLinkDefault”: true },
function (event) {
if (window.ue) {
ue.count(“acrLinkClickCount”, (ue.count(“acrLinkClickCount”) || 0) + 1);
}
}
);
}
});
P.when(‘A’, ‘cf’).execute(function(A) {
A.declarative(‘acrStarsLink-click-metrics’, ‘click’, { “allowLinkDefault” : true }, function(event){
if(window.ue) {
ue.count(“acrStarsLinkWithPopoverClickCount”, (ue.count(“acrStarsLinkWithPopoverClickCount”) || 0) + 1);
}
});
});
4.6 من 5 نجوم |