Skip to content

Commit

Permalink
address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mattseddon committed Aug 2, 2023
1 parent ff8e2c8 commit 6ba80a4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const AddColumns: React.FC = () => {
appearance="secondary"
isNested={true}
onClick={toggleShowOnlyChanged}
text="Show Only Changed"
text="Disable Only Changed"
/>
)}
</div>
Expand Down
5 changes: 5 additions & 0 deletions webview/src/experiments/components/table/styles.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,11 @@ $badge-size: 0.85rem;
svg {
fill: $indicator-badge-foreground;
}

&:hover {
background-color: $indicator-badge-background !important;
opacity: 0.8;
}
}

.indicatorCount {
Expand Down

0 comments on commit 6ba80a4

Please sign in to comment.