Skip to content

Commit

Permalink
Add outline & unreleased
Browse files Browse the repository at this point in the history
  • Loading branch information
ginabak committed Feb 9, 2021
1 parent 8bd38da commit e35fc51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions UNRELEASED.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
- Removed all `outline` and `border`instances of `-ms-high-contrast` as it is non-standard and updated the outline color from `windowText` to `transparent` ([#3962](https://github.com/Shopify/polaris-react/pull/3962)).

### Documentation

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ $stacking-order: (
border-color: var(--p-surface);
box-shadow: 0 0 0 rem(2px) var(--p-focused);
}

@include high-contrast-outline;
}

.error & {
Expand Down

0 comments on commit e35fc51

Please sign in to comment.