Skip to content

Commit

Permalink
fix: revert checkbox size
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 committed Oct 11, 2021
1 parent bf34a5f commit fef3704
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/_markers.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@
border-radius: var(--ct-marker-border-radius);
border: 2px solid var(--ct-checkbox-color) !important;
background-color: transparent !important;
height: calc(var(--ct-marker-size) - 1px);
width: calc(var(--ct-marker-size) - 1px);
height: calc(var(--ct-marker-size) - 4px);
width: calc(var(--ct-marker-size) - 4px);
margin-top: -3px !important;
}

:is(.doing, .now) .form-checkbox,
Expand Down

0 comments on commit fef3704

Please sign in to comment.