mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2026-09-03 03:50:02 +03:00
Fix dark icons on card hover in light themes
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user