From d259eb1f9d43dce020efe07df2effde19baa86ef Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Tue, 17 Feb 2026 12:46:57 +0200 Subject: [PATCH] ui/icon buttons: decrease opacity for disabled buttons --- apps/client/src/stylesheets/theme-next/forms.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/client/src/stylesheets/theme-next/forms.css b/apps/client/src/stylesheets/theme-next/forms.css index 2fc8a39dbd..cbe5f2cda0 100644 --- a/apps/client/src/stylesheets/theme-next/forms.css +++ b/apps/client/src/stylesheets/theme-next/forms.css @@ -145,6 +145,10 @@ button.tn-low-profile:hover { font-size: calc(var(--icon-button-size) * var(--icon-button-icon-ratio)); } +:root .icon-action.disabled::before { + opacity: .5; +} + :root .icon-action:not(.global-menu-button):hover, :root .icon-action:not(.global-menu-button).show, :root .tn-tool-button:hover,