1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-09-11 19:32:24 +02:00

Sonarr SeasonInfo-title- fix

This commit is contained in:
GilbN 2021-12-07 23:16:00 +01:00
parent e324c4c6e0
commit 6883c52cb4

View File

@ -407,7 +407,6 @@ a:hover {
@supports (backdrop-filter: blur(1em)) or (-webkit-backdrop-filter:blur(1em)) {
[class*="Tooltip-tooltip-"][class*="Tooltip-inverse-"],
[class*="Popover-title-"],
[class*="SeasonInfo-title-"],
[class*="Popover-body-"],
[class*="Tooltip-body-"],
[class*="Tooltip-tooltipContainer-"],
@ -417,6 +416,9 @@ a:hover {
background: rgb(var(--accent-color),0.05);
color: white;
}
[class*="SeasonInfo-title-"] {
background: transparent;
}
}
[class*="Tooltip-top-"][class*="Tooltip-inverse-"] {