fix: prevent async confirmation races in API key deletion

This commit is contained in:
Supra4E8C
2026-01-17 15:31:35 +08:00
parent b8d7b8997c
commit 7b0d6dc7e9
4 changed files with 53 additions and 5 deletions

View File

@@ -453,6 +453,18 @@ textarea {
&:active {
transform: scale(0.95);
}
&:disabled {
cursor: not-allowed;
opacity: 0.6;
transform: none;
}
&:disabled:hover {
color: var(--text-secondary);
background: var(--bg-secondary);
transform: none;
}
}
.modal-header {