mirror of
https://github.com/pewdiepie-archdaemon/odysseus.git
synced 2026-06-29 16:12:06 -04:00
fix: dim disabled Select button and remove focus outline
This commit is contained in:
+2
-1
@@ -10238,8 +10238,9 @@ textarea.memory-add-input {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.memory-toolbar-btn:disabled {
|
.memory-toolbar-btn:disabled {
|
||||||
opacity: 1;
|
opacity: 0.35;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
|
outline: none;
|
||||||
}
|
}
|
||||||
.memory-toolbar-btn.spinning {
|
.memory-toolbar-btn.spinning {
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
|
|||||||
Reference in New Issue
Block a user