File tree Expand file tree Collapse file tree 2 files changed +7
-12
lines changed Expand file tree Collapse file tree 2 files changed +7
-12
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,13 @@ The format is based on [these versioning and changelog guidelines](https://git.i
77<!-- Unreleased changes should go to UNRELEASED.md -->
88
99---
10+
11+ ## 2.7.2 - 2018-08-27
12+
13+ ### Bug fixes
14+
15+ - Reverted a change that caused items in a popover component not to be clickable ([ #2080 ] ( https://github.com/Shopify/polaris-react/pull/2080 ) )
16+
1017## 2.7.1 - 2018-08-27
1118
1219### Documentation
@@ -26,7 +33,6 @@ The format is based on [these versioning and changelog guidelines](https://git.i
2633- Added support for complex operators in ` ResourceList ` component ([ #2006 ] ( https://github.com/Shopify/polaris-react/pull/2006 ) )
2734- Updated the page component's primary action to support ` Button ` props. ([ #1994 ] ( https://github.com/Shopify/polaris-react/pull/1994 ) )
2835- Added validation for non-numeric input in a type="number" ` TextField ` ([ #2001 ] ( https://github.com/Shopify/polaris-react/pull/2001 ) )
29- - Added support for Windows High Contrast mode in the popover component ([ #1987 ] ( https://github.com/Shopify/polaris-react/pull/1987 ) )
3036- Added circle information icon ([ #1967 ] ( https://github.com/Shopify/polaris-react/pull/1967 ) )
3137
3238### Documentation
Original file line number Diff line number Diff line change @@ -57,17 +57,6 @@ $content-max-width: rem(400px);
5757 overflow : hidden ;
5858 background-color : color (' white' );
5959 border-radius : border-radius (large );
60-
61- & ::after {
62- content : ' ' ;
63- position : absolute ;
64- top : 0 ;
65- left : 0 ;
66- width : 100% ;
67- height : 100% ;
68- border : 1px solid transparent ;
69- border-radius : border-radius (large );
70- }
7160}
7261
7362.Content {
You can’t perform that action at this time.
0 commit comments