Skip to content

Commit

Permalink
Update queued icon, unselected bullet and spinner colors
Browse files Browse the repository at this point in the history
  • Loading branch information
mattseddon committed Oct 16, 2022
1 parent 31c4198 commit 87a6136
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions webview/src/experiments/components/table/styles.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ $bullet-size: calc(var(--design-unit) * 4px);
background: $checkbox-background;
border-radius: $bullet-size;
border: calc(var(--border-width) * 1px) solid $checkbox-border;
color: $fg-color;
color: $row-action-icon-color;
cursor: pointer;
display: flex;
height: $bullet-size;
Expand Down Expand Up @@ -134,7 +134,7 @@ $bullet-size: calc(var(--design-unit) * 4px);
width: 4px;
height: 4px;
vertical-align: middle;
border: 1px solid $fg-color;
border: 1px solid $row-action-icon-color;
background-color: $checkbox-background;
}

Expand Down Expand Up @@ -162,6 +162,7 @@ $bullet-size: calc(var(--design-unit) * 4px);
}

.queued {
color: $row-action-icon-color;
display: flex;
height: 16px;
left: 2px;
Expand Down

0 comments on commit 87a6136

Please sign in to comment.