Skip to content

Commit

Permalink
[BulkActions] Removed flicker from indextable transition to bulk acti…
Browse files Browse the repository at this point in the history
…ons view (#4081)

Remove transition from bulk actions
  • Loading branch information
lhoffbeck committed Mar 24, 2021
1 parent 278f5ce commit d2e2dda
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions UNRELEASED.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Use [the changelog guidelines](https://git.io/polaris-changelog-guidelines) to f
- Update `IndexTable` to select row when clicked ([#4062](https://github.com/Shopify/polaris-react/issues/4062))
- Fixed `Filters` focus state when tabbing into the component from a popover ([#4073](https://github.com/Shopify/polaris-react/issues/4073))
- Removed the `isMounted` check from `Portal` to only rely on the useEffect for calling `onPortalCreated` ([#4066](https://github.com/Shopify/polaris-react/pull/4066))
- Removed transition from `BulkActions` to eliminate flicker ([#4080](https://github.com/Shopify/polaris-react/pulls/4080))

### Documentation

Expand Down
2 changes: 0 additions & 2 deletions src/components/BulkActions/BulkActions.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ $bulk-actions-offset-slide-in-start: rem(-40px);
.Group {
@include text-style-input;
width: 100%;
will-change: opacity, display;
transition: opacity easing() duration();
display: none;
align-items: center;
flex-wrap: wrap;
Expand Down

0 comments on commit d2e2dda

Please sign in to comment.