fix: dim disabled Select button and remove focus outline

This commit is contained in:
MarufHasan-dev
2026-06-06 11:30:14 +06:00
parent fbfa8566d3
commit 02bdd9f0fa
+2 -1
View File
@@ -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;