Skip to content

Commit

Permalink
bring back indicator for workspace row
Browse files Browse the repository at this point in the history
  • Loading branch information
mattseddon committed Oct 10, 2022
1 parent 1f79ede commit a372695
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions webview/src/experiments/components/table/styles.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -487,6 +487,11 @@ $workspace-row-edge-margin: $edge-padding - $cell-padding;
}
}

svg {
position: relative;
top: -6px;
}

.innerCell,
.timestampInnerCell {
height: 100%;
Expand Down Expand Up @@ -547,6 +552,7 @@ $workspace-row-edge-margin: $edge-padding - $cell-padding;
}

.plotEye {
visibility: visible;
color: $fg-color;
display: inline-flex;
align-items: center;
Expand Down

0 comments on commit a372695

Please sign in to comment.