From b43c1f13b661450377b27389e8bcac06756b1c02 Mon Sep 17 00:00:00 2001 From: GilbN Date: Sun, 14 Nov 2021 21:37:57 +0100 Subject: [PATCH] Fixed Sonarr base typo --- css/base/sonarr/sonarr-base.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/base/sonarr/sonarr-base.css b/css/base/sonarr/sonarr-base.css index 83a7f506..8ea4b12e 100644 --- a/css/base/sonarr/sonarr-base.css +++ b/css/base/sonarr/sonarr-base.css @@ -43,11 +43,11 @@ body { } /* LINKS */ -[class*="Link-to-"]:not([class*="PageSidebarItem-link-"]) { +[class*="Link-to-"]:not([class*="PageSidebarItem-link-"]):not([class*="Button-medium-"]) { color: var(--link-color); } -[class*="Link-to-"]:not([class*="PageSidebarItem-link-"]):hover { +[class*="Link-to-"]:not([class*="PageSidebarItem-link-"]):hover:not([class*="Button-medium-"]):hover { color: var(--link-color-hover); } @@ -392,7 +392,7 @@ a:hover { background-color: rgba(0, 0, 0, .25) !important; } -[cl*="Popover-title-"]ass, +[class*="Popover-title-"], [class*="SeasonInfo-title-"], [class*="Popover-body-"], [class*="Tooltip-bod-"] {