mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-01 06:02:34 +03:00
chore: disable slider bar link item drag (#2010)
This commit is contained in:
parent
c895c18deb
commit
94063352f5
@ -69,6 +69,12 @@ export const StyledLink = styled(Link)(() => {
|
||||
':visited': {
|
||||
color: 'inherit',
|
||||
},
|
||||
userDrag: 'none',
|
||||
userSelect: 'none',
|
||||
appRegion: 'no-drag',
|
||||
'-webkit-user-select': 'none',
|
||||
'-webkit-user-drag': 'none',
|
||||
'-webkit-app-region': 'no-drag',
|
||||
};
|
||||
});
|
||||
export const StyledNewPageButton = styled('button')(({ theme }) => {
|
||||
|
Loading…
Reference in New Issue
Block a user