Fix dark icons on card hover in light themes

This commit is contained in:
Bill Thornton
2026-07-10 17:14:37 -04:00
parent 9b35bd8057
commit a880273aad
+5
View File
@@ -448,6 +448,11 @@ button::-moz-focus-inner {
z-index: 1;
padding: 0.75em;
font-size: 88%;
/* The "modern" layout needs additional specificity to prevent MUI styles from overriding */
&.paper-icon-button-light {
color: rgba(255, 255, 255, 0.76);
}
}
.cardOverlayButton-br {