diff --git a/src/components/cardbuilder/cardBuilder.js b/src/components/cardbuilder/cardBuilder.js
index d36dc4cbba..d192bed7f0 100644
--- a/src/components/cardbuilder/cardBuilder.js
+++ b/src/components/cardbuilder/cardBuilder.js
@@ -1468,7 +1468,7 @@ import 'programStyles';
let additionalCardContent = '';
- if (layoutManager.desktop) {
+ if (layoutManager.desktop && !options.disableHoverMenu) {
additionalCardContent += getHoverMenuHtml(item, action, options);
}
@@ -1483,7 +1483,6 @@ import 'programStyles';
* @returns {string} HTML markup of the card overlay.
*/
function getHoverMenuHtml(item, action, options) {
- if (options.disableHoverMenu) return;
let html = '';
html += '
';
diff --git a/src/themes/appletv/theme.css b/src/themes/appletv/theme.css
index f77e0e5c7a..41540ce0dd 100644
--- a/src/themes/appletv/theme.css
+++ b/src/themes/appletv/theme.css
@@ -450,7 +450,7 @@ html {
}
.buttonActive {
- color: #00a4dc;
+ color: #00a4dc !important;
}
.card:focus .cardBox.visualCardBox,
diff --git a/src/themes/blueradiance/theme.css b/src/themes/blueradiance/theme.css
index db08a889df..7ecc4a74a5 100644
--- a/src/themes/blueradiance/theme.css
+++ b/src/themes/blueradiance/theme.css
@@ -442,7 +442,7 @@ html {
}
.buttonActive {
- color: #00a4dc;
+ color: #00a4dc !important;
}
.cardBox:not(.visualCardBox) .cardPadder {
diff --git a/src/themes/dark/theme.css b/src/themes/dark/theme.css
index 646c51e207..2fdc44e602 100644
--- a/src/themes/dark/theme.css
+++ b/src/themes/dark/theme.css
@@ -413,7 +413,7 @@ html {
}
.buttonActive {
- color: #00a4dc;
+ color: #00a4dc !important;
}
.card:focus .cardBox.visualCardBox,
diff --git a/src/themes/light/theme.css b/src/themes/light/theme.css
index a95f653cdd..c5161985cd 100644
--- a/src/themes/light/theme.css
+++ b/src/themes/light/theme.css
@@ -428,7 +428,7 @@ html {
}
.buttonActive {
- color: #00a4dc;
+ color: #00a4dc !important;
}
.cardBox:not(.visualCardBox) .cardPadder {
diff --git a/src/themes/purplehaze/theme.css b/src/themes/purplehaze/theme.css
index 452bab219c..1d82afc23a 100644
--- a/src/themes/purplehaze/theme.css
+++ b/src/themes/purplehaze/theme.css
@@ -543,7 +543,7 @@ a[data-role=button] {
}
.buttonActive {
- color: #4285f4;
+ color: #00a4dc !important;
}
.personCard .cardScalable {
diff --git a/src/themes/wmc/theme.css b/src/themes/wmc/theme.css
index 4281fce8cb..4a7375a129 100644
--- a/src/themes/wmc/theme.css
+++ b/src/themes/wmc/theme.css
@@ -422,7 +422,7 @@ html {
}
.buttonActive {
- color: #00a4dc;
+ color: #00a4dc !important;
}
.cardBox:not(.visualCardBox) .cardPadder {