Skip to content

Commit

Permalink
Sonarr SeasonInfo-title- fix
Browse files Browse the repository at this point in the history
  • Loading branch information
GilbN committed Dec 7, 2021
1 parent e324c4c commit 6883c52
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion css/base/sonarr/sonarr-base.css
Original file line number Diff line number Diff line change
Expand Up @@ -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-"],
Expand All @@ -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-"] {
Expand Down

0 comments on commit 6883c52

Please sign in to comment.