fix: circle button opacity

This commit is contained in:
Konstantinos Kaloutas
2022-11-01 13:22:08 +02:00
parent b8f579ae7d
commit caac8b7e5e

View File

@@ -831,8 +831,7 @@ export class LogseqPortalShape extends TLBoxShape<LogseqPortalShapeProps> {
return (
<HTMLContainer
style={{
pointerEvents: 'all',
opacity: isErasing ? 0.2 : opacity,
pointerEvents: 'all'
}}
{...events}
>
@@ -861,6 +860,7 @@ export class LogseqPortalShape extends TLBoxShape<LogseqPortalShapeProps> {
width: `calc(100% / ${scaleRatio})`,
height: `calc(100% / ${scaleRatio})`,
transform: `scale(${scaleRatio})`,
opacity: isErasing ? 0.2 : opacity,
}}
>
{!this.props.compact && !targetNotFound && (