mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-01 01:30:51 +08:00
refactor(SelectionAssistant): prevent selecting footer buttons (#8281)
This commit is contained in:
parent
92513024b5
commit
e8f1b229b2
@ -229,6 +229,7 @@ const OpButton = styled.div<{ $isWindowFocus: boolean; $isHovered?: boolean }>`
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
user-select: none;
|
||||
|
||||
.btn-icon {
|
||||
color: var(--color-text-secondary);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user