ui: emphasize command palette button

This commit is contained in:
Shantur Rathore
2026-02-20 00:24:24 +00:00
parent 1ccd14eae8
commit e8947d61b1
3 changed files with 14 additions and 3 deletions

View File

@@ -130,6 +130,17 @@
color: var(--text-primary);
}
/* Make the command palette trigger stand out in the header. */
.connection-status-button.command-palette-button {
border-color: var(--accent-primary);
background-color: var(--surface-secondary);
}
.connection-status-button.command-palette-button:hover {
border-color: var(--accent-primary);
background-color: var(--surface-hover);
}
.connection-status-button:hover {
background-color: var(--surface-hover);
}