Skip to content

Commit

Permalink
fix: adjust in progress marker background
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 committed Jul 29, 2021
1 parent c924631 commit c97a4dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_markers.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

:is(.doing, .now) .form-checkbox,
:is(.doing, .now) .form-checkbox:focus {
background-color: var(--ct-primary-color) !important;
background-color: var(--ct-block-reference-background-hover) !important;
}

.waiting .form-checkbox,
Expand Down

0 comments on commit c97a4dd

Please sign in to comment.