Skip to content

Commit

Permalink
Merge pull request #112 from qua-platform/fix/check-mark-icon-overview
Browse files Browse the repository at this point in the history
Fix up arrow icon pointer css
  • Loading branch information
nulinspiratie authored Nov 27, 2024
2 parents 07d9772 + 26d2e12 commit 7da8604
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,10 @@
font-weight: bold;
}

.upArrowIconWrapper {
cursor: pointer;
}

.stateUpdateValueText {
font-size: 12px;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export const StateUpdateComponent: React.FC<StateUpdateProps> = (props) => {
<div>
{!runningUpdate && !parameterUpdated && (
<div
className={styles.upArrowIconWrapper}
onClick={async () => {
if (
runningNodeInfo &&
Expand Down

0 comments on commit 7da8604

Please sign in to comment.