From 3510d57ba5cf464d987c5c73f0b991cbe9b2c565 Mon Sep 17 00:00:00 2001 From: Lars Hoffbeck Date: Thu, 11 Feb 2021 11:31:24 -0500 Subject: [PATCH] 3987 - fix checkbox border issue --- UNRELEASED.md | 1 + src/components/CheckableButton/CheckableButton.scss | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/UNRELEASED.md b/UNRELEASED.md index f2f415825c2..c3bf35c750a 100644 --- a/UNRELEASED.md +++ b/UNRELEASED.md @@ -17,6 +17,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 diff --git a/src/components/CheckableButton/CheckableButton.scss b/src/components/CheckableButton/CheckableButton.scss index e969003a8c0..54a196176d8 100644 --- a/src/components/CheckableButton/CheckableButton.scss +++ b/src/components/CheckableButton/CheckableButton.scss @@ -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 {