Skip to content

Commit

Permalink
feat(Checkbox): slight transition to color changes
Browse files Browse the repository at this point in the history
  • Loading branch information
louh committed Aug 8, 2019
1 parent 06a541f commit 3e94c2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/scripts/ui/Checkbox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ $label-outline-color: $color-2;
border-radius: 2px;
border: 1px solid $input-default-border-color;
color: inherit;
transition: background-color 100ms, color 100ms;
}

/* Stylized checkbox, when checked */
Expand Down

0 comments on commit 3e94c2a

Please sign in to comment.