diff --git a/UNRELEASED.md b/UNRELEASED.md index 372b59e3f6c..a1de923522d 100644 --- a/UNRELEASED.md +++ b/UNRELEASED.md @@ -20,6 +20,7 @@ Use [the changelog guidelines](https://git.io/polaris-changelog-guidelines) to f - Fix console warnings when `DataTable` unmounts ([#4249](https://github.com/Shopify/polaris-react/pull/4249)) - Fix console warnings displaying multiple times in `Sheet` ([#4269](https://github.com/Shopify/polaris-react/pull/4269)) - Remove top shadow when `Popover` and `Scrollable` scroll hinting is complete ([#4265](https://github.com/Shopify/polaris-react/pull/4265)) +- Fix bug in Chrome where `IndexTable` borders are missing for the first two cells ([#4247](https://github.com/Shopify/polaris-react/pull/4283)) ### Documentation diff --git a/src/components/IndexTable/IndexTable.scss b/src/components/IndexTable/IndexTable.scss index f688302ef2b..e4059e7fa0d 100644 --- a/src/components/IndexTable/IndexTable.scss +++ b/src/components/IndexTable/IndexTable.scss @@ -197,7 +197,7 @@ $loading-panel-height: rem(53px); text-align: left; padding: spacing(tight) spacing(); white-space: nowrap; - box-shadow: 0 rem(-1px) 0 0 var(--p-divider); + border-top: border(divider); } .TableCell-flush {