Fix: Hover on external links was causing the text to be transparent
This commit is contained in:
parent
8e98632656
commit
66f777672d
1 changed files with 5 additions and 5 deletions
|
|
@ -952,6 +952,10 @@ progress+span {
|
|||
margin-bottom: .5em;
|
||||
}
|
||||
|
||||
.layout-mobile .itemExternalLinks.focuscontainer-x>.button-link:hover:not(:active) {
|
||||
color: var(--textColor) !important;
|
||||
}
|
||||
|
||||
.layout-desktop .itemExternalLinks.focuscontainer-x>a[href*="themoviedb.org"]:hover,
|
||||
.itemExternalLinks.focuscontainer-x>a[href*="themoviedb.org"]:active {
|
||||
background-color: rgb(26, 183, 216) !important;
|
||||
|
|
@ -972,7 +976,7 @@ progress+span {
|
|||
|
||||
.layout-desktop .itemExternalLinks.focuscontainer-x>a[href*="trakt.tv"]:hover,
|
||||
.itemExternalLinks.focuscontainer-x>a[href*="trakt.tv"]:active {
|
||||
background-color: rgb(159, 66, 198) !important;
|
||||
background-color: rgb(171, 58, 173) !important;
|
||||
color: var(--textColor) !important;
|
||||
}
|
||||
|
||||
|
|
@ -988,10 +992,6 @@ progress+span {
|
|||
color: var(--textColor) !important;
|
||||
}
|
||||
|
||||
.layout-mobile .itemExternalLinks.focuscontainer-x>.button-link:hover {
|
||||
color: var(--textColor) !important;
|
||||
}
|
||||
|
||||
.itemTags,
|
||||
.itemTags>a {
|
||||
display: none;
|
||||
|
|
|
|||
Loading…
Reference in a new issue