From dc8ad684de0295f305453067f26ff32f3627fd29 Mon Sep 17 00:00:00 2001 From: Ashar Fuadi Date: Sat, 22 Jun 2024 20:51:03 +0700 Subject: [PATCH] Fix warning tag hover color --- judgels-client/src/styles/index.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/judgels-client/src/styles/index.scss b/judgels-client/src/styles/index.scss index 157675a51..1a65a3d0a 100644 --- a/judgels-client/src/styles/index.scss +++ b/judgels-client/src/styles/index.scss @@ -224,8 +224,8 @@ blockquote { } } -.bp5-intent-warning:not(.bp5-disabled, :hover) { - &.bp5-button, +.bp5-intent-warning:not(.bp5-disabled) { + &:not(:hover).bp5-button, &.bp5-tag, &.bp5-toast, &.bp5-toast .bp5-icon,