Skip to content

Commit

Permalink
Remove base reference.
Browse files Browse the repository at this point in the history
Apply suggestions from code review

Co-authored-by: Jake 'Sid' Smith <[email protected]>
  • Loading branch information
alpower and JakeSidSmith authored Feb 26, 2021
1 parent fc22db6 commit c7f27b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/less/overrides.less
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ input[type='radio'] {
}

input[type='checkbox'] {
border-radius: @checkbox-border-radius-base;
border-radius: @checkbox-border-radius;

&:checked {
background-color: @checkbox-active-background;
Expand Down
2 changes: 1 addition & 1 deletion src/less/variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
@checkbox-icon-background: @checkbox-background;
@checkbox-icon-border: 2px solid @checkbox-icon-background;
@checkbox-shadow: inset 0 1px 1.5px 0 rgba(0, 0, 0, 0.1);
@checkbox-border-radius-base: @border-radius-base * 2;
@checkbox-border-radius: @border-radius-base * 2;

@pagination-button-color: @grey-dark;
@pagination-button-background: @grey-lighter;
Expand Down
2 changes: 1 addition & 1 deletion src/ts/components/forms/form-group.examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,5 @@
@checkbox-icon-background: @checkbox-background;
@checkbox-icon-border: 2px solid @checkbox-icon-background;
@checkbox-shadow: inset 0 1px 1.5px 0 rgba(0, 0, 0, 0.1);
@checkbox-border-radius-base: @border-radius-base * 2;
@checkbox-border-radius: @border-radius-base * 2;
```

0 comments on commit c7f27b7

Please sign in to comment.