Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions UNRELEASED.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/components/IndexTable/IndexTable.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down