Skip to content

Commit

Permalink
Merge branch '327-checkbox-radius' of github.com:dabapps/roe into 327…
Browse files Browse the repository at this point in the history
…-checkbox-radius
  • Loading branch information
Al Power committed Mar 2, 2021
2 parents 64e8708 + c7f27b7 commit 13d3d77
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 13d3d77

Please sign in to comment.