mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-15 18:12:47 +03:00
interface: cursor default
This commit is contained in:
parent
b4430e1e1b
commit
47abf00de7
@ -52,7 +52,7 @@ export function NotePreview(props: NotePreviewProps) {
|
|||||||
<Box width='100%' opacity={post.pending ? '0.5' : '1'}>
|
<Box width='100%' opacity={post.pending ? '0.5' : '1'}>
|
||||||
<Link
|
<Link
|
||||||
to={post.pending ? '#' : url}
|
to={post.pending ? '#' : url}
|
||||||
cursor={post.pending ? 'none' : 'pointer'}>
|
cursor={post.pending ? 'default' : 'pointer'}>
|
||||||
<Col
|
<Col
|
||||||
lineHeight='tall'
|
lineHeight='tall'
|
||||||
width='100%'
|
width='100%'
|
||||||
|
Loading…
Reference in New Issue
Block a user