From 02bdd9f0fab0190626bbc7ace74d5b67f768739e Mon Sep 17 00:00:00 2001 From: MarufHasan-dev <170166811+MarufHasan-dev@users.noreply.github.com> Date: Sat, 6 Jun 2026 11:30:14 +0600 Subject: [PATCH] fix: dim disabled Select button and remove focus outline --- static/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 60d2d470f..49aee8ca0 100644 --- a/static/style.css +++ b/static/style.css @@ -10238,8 +10238,9 @@ textarea.memory-add-input { } .memory-toolbar-btn:disabled { - opacity: 1; + opacity: 0.35; cursor: default; + outline: none; } .memory-toolbar-btn.spinning { border-color: transparent;