From 019bc8136e61a503239a63cc241c7a1b00a5d131 Mon Sep 17 00:00:00 2001 From: Jakob Pinterits Date: Tue, 25 Mar 2025 20:32:18 +0100 Subject: [PATCH] bugfix: don't react to hover changes when insensitive --- frontend/css/components/buttons.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/css/components/buttons.scss b/frontend/css/components/buttons.scss index 219bad0d..02caa9dc 100644 --- a/frontend/css/components/buttons.scss +++ b/frontend/css/components/buttons.scss @@ -73,7 +73,7 @@ div.rio-buttonstyle-minor.rio-insensitive { div.rio-buttonstyle-colored-text, div.rio-buttonstyle-plain-text { - &:hover { + &:not(.rio-insensitive):hover { cursor: pointer; position: relative; background-color: var(--outer-bg-active-color);