-
|
When using the icons from here: https://github.com/Druidblack/jellyfin-icon-metadata
The hover is disabled but I think there something missing:
|
Beta Was this translation helpful? Give feedback.
Answered by
webysther
Aug 5, 2025
Replies: 1 comment
-
|
I got it: .layout-desktop .itemExternalLinks.focuscontainer-x>a[href*="themoviedb.org"]:hover,
.itemExternalLinks.focuscontainer-x>a[href*="themoviedb.org"]:active {
background-color: transparent !important;
color: black !important;
}
.layout-desktop .itemExternalLinks.focuscontainer-x>a[href*="imdb.com"]:hover,
.itemExternalLinks.focuscontainer-x>a[href*="imdb.com"]:active {
background-color: transparent !important;
color: black !important;
} |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
webysther
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


I got it: