mirror of
https://github.com/pewdiepie-archdaemon/odysseus.git
synced 2026-06-15 17:25:26 -04:00
fix: hide Select buttons in Memory/Skills tabs when list is empty (#2906)
* fix: hide Select buttons in memory/skills tabs when list is empty
* fix: disable Select buttons instead of hiding them when list is empty
* fix: dim disabled Select button and remove focus outline
* fix: reload skills after single deletion so count and toolbar stay in sync
* fix: lower minimized-dock z-index from 10020 to 100 so modals stack above it
* Revert "fix: lower minimized-dock z-index from 10020 to 100 so modals stack above it"
This reverts commit 5b092ee6cd.
This commit is contained in:
+2
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user