Skip to content

Commit

Permalink
Fix up arrow icon pointer css
Browse files Browse the repository at this point in the history
  • Loading branch information
manas-qm committed Nov 25, 2024
1 parent 07d9772 commit 26d2e12
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 26d2e12

Please sign in to comment.