fix(core): disable sidebar user select (#5862)

close #5846
This commit is contained in:
EYHN 2024-02-22 07:58:14 +00:00
parent 4d421a324f
commit 0fff5588e6
No known key found for this signature in database
GPG Key ID: 46C9E26A75AB276C
2 changed files with 2 additions and 0 deletions

View File

@ -140,6 +140,7 @@ export const emptyCollectionMessage = style({
fontSize: cssVar('fontSm'),
textAlign: 'center',
color: cssVar('black30'),
userSelect: 'none',
});
export const emptyCollectionNewButton = style({
padding: '0 8px',

View File

@ -150,4 +150,5 @@ export const emptyFavouritesMessage = style({
fontSize: cssVar('fontSm'),
textAlign: 'center',
color: cssVar('black30'),
userSelect: 'none',
});