From c4f00c4905791e78ff0f7b39a5d870454044419a Mon Sep 17 00:00:00 2001 From: KoloMl Date: Sat, 14 Dec 2024 22:04:31 +0400 Subject: [PATCH] Fixed hover colors for error-tags --- src/styles/content/listing.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/styles/content/listing.scss b/src/styles/content/listing.scss index 54b4496..37804f5 100644 --- a/src/styles/content/listing.scss +++ b/src/styles/content/listing.scss @@ -70,6 +70,11 @@ color: colors.$tag-background; } + &[data-tag-category=error]:hover { + background: colors.$tag-error-text; + color: colors.$tag-error-background; + } + &.is-missing:not(.is-added), &.is-present.is-removed { opacity: 0.5;