mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
Fix: Hover on external links was causing the text to be transparent
This commit is contained in:
@@ -952,6 +952,10 @@ progress+span {
|
|||||||
margin-bottom: .5em;
|
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,
|
.layout-desktop .itemExternalLinks.focuscontainer-x>a[href*="themoviedb.org"]:hover,
|
||||||
.itemExternalLinks.focuscontainer-x>a[href*="themoviedb.org"]:active {
|
.itemExternalLinks.focuscontainer-x>a[href*="themoviedb.org"]:active {
|
||||||
background-color: rgb(26, 183, 216) !important;
|
background-color: rgb(26, 183, 216) !important;
|
||||||
@@ -972,7 +976,7 @@ progress+span {
|
|||||||
|
|
||||||
.layout-desktop .itemExternalLinks.focuscontainer-x>a[href*="trakt.tv"]:hover,
|
.layout-desktop .itemExternalLinks.focuscontainer-x>a[href*="trakt.tv"]:hover,
|
||||||
.itemExternalLinks.focuscontainer-x>a[href*="trakt.tv"]:active {
|
.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;
|
color: var(--textColor) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -988,10 +992,6 @@ progress+span {
|
|||||||
color: var(--textColor) !important;
|
color: var(--textColor) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.layout-mobile .itemExternalLinks.focuscontainer-x>.button-link:hover {
|
|
||||||
color: var(--textColor) !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.itemTags,
|
.itemTags,
|
||||||
.itemTags>a {
|
.itemTags>a {
|
||||||
display: none;
|
display: none;
|
||||||
|
Reference in New Issue
Block a user