Skip to content

Commit

Permalink
3987 - fix checkbox border issue (#3988)
Browse files Browse the repository at this point in the history
  • Loading branch information
lhoffbeck authored and sylvhama committed Mar 26, 2021
1 parent 75cd0e1 commit a120f30
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions UNRELEASED.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Use [the changelog guidelines](https://git.io/polaris-changelog-guidelines) to f
- Made items in `ActionList` more clear in high contrast mode ([#3971](https://github.com/Shopify/polaris-react/pull/3971))
- Fixed the MediaCard thumbnail’s corner roundness, so it wouldn’t overflow out of the parent Card ([#3974](https://github.com/Shopify/polaris-react/issues/3974))
- Fixed `ActionList` `Item` not disabling properly when url prop is passed ([#3979](https://github.com/Shopify/polaris-react/pull/3979))
- Fixed `CheckableButton` missing border when focused ([#3987](https://github.com/Shopify/polaris-react/issues/3987))

### Documentation

Expand Down
1 change: 0 additions & 1 deletion src/components/CheckableButton/CheckableButton.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ $chekbox-label-margin: rem(20px);
[data-buttongroup-segmented='true'] & {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-right: none;
}

&:hover {
Expand Down

0 comments on commit a120f30

Please sign in to comment.