mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 12:55:00 +00:00
fix(component): clear page list operation's link style (#5148)
- before  - after 
This commit is contained in:
@@ -66,6 +66,7 @@ export const OperationCell = ({
|
||||
</MenuItem>
|
||||
{!environment.isDesktop && (
|
||||
<Link
|
||||
className={styles.clearLinkStyle}
|
||||
onClick={stopPropagationWithoutPrevent}
|
||||
to={link}
|
||||
target={'_blank'}
|
||||
|
||||
@@ -120,3 +120,14 @@ export const favoriteCell = style({
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
export const clearLinkStyle = style({
|
||||
color: 'inherit',
|
||||
textDecoration: 'none',
|
||||
':visited': {
|
||||
color: 'inherit',
|
||||
},
|
||||
':active': {
|
||||
color: 'inherit',
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user