Skip to content

Commit

Permalink
fix(core/pipeline): Update cancel execution icon for FA-v5.
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen committed Mar 21, 2018
1 parent 20735e5 commit 708415a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ export class Execution extends React.Component<IExecutionProps, IExecutionState>
{ execution.isActive && (
<Tooltip value="Cancel execution">
<button className="link" onClick={this.handleCancelClick}>
<i className="fa fa-times-circle-o"/>
<i className="far fa-times-circle"/>
</button>
</Tooltip>
)}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
vertical-align: top;
padding-top: 20px;
margin-left: 6px;
.fa-times-circle-o {
.fa-times-circle {
color: var(--color-danger);
}

Expand Down

0 comments on commit 708415a

Please sign in to comment.