Skip to content

Commit

Permalink
fix: opacity issue
Browse files Browse the repository at this point in the history
  • Loading branch information
eshankvaish committed Jan 17, 2025
1 parent 23c003a commit a1f02c0
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,6 @@ export class TriggerLinkedCINode extends Component<CINodeProps> {
className={`workflow-node__trigger-type workflow-node-trigger-type--external-ci ${
this.props.isCITriggerBlocked ? 'flex bcr-1 er-2 bw-1 cr-5' : ''
}`}
style={{
opacity: this.props.isCITriggerBlocked ? 1 : 0.4,
}}
>
{this.props.isCITriggerBlocked ? 'BLOCKED' : this.props.triggerType}
</div>
Expand Down

0 comments on commit a1f02c0

Please sign in to comment.