Commit 4077248 1 parent e6f8e46 commit 4077248 Copy full SHA for 4077248
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- - Delete item button in cart cut off from right side when in focus. [ #1823 ] ( https://github.com/bigcommerce/cornerstone/pull/1823 )
4
-
5
3
## Draft
6
4
- Face accessibility standards with social links on PDP's page. [ #1809 ] ( https://github.com/bigcommerce/cornerstone/pull/1809 )
7
5
- State of search link not announced. [ #1798 ] ( https://github.com/bigcommerce/cornerstone/pull/1798 )
6
+ - Fixed subscription notification screen reader announcing. [ #1813 ] ( https://github.com/bigcommerce/cornerstone/pull/1813 )
7
+ - Delete item button in cart cut off from right side when in focus. [ #1823 ] ( https://github.com/bigcommerce/cornerstone/pull/1823 )
8
8
9
9
## 4.10.0 (10-01-2020)
10
10
- Return heading to product card. [ #1848 ] ( https://github.com/bigcommerce/cornerstone/pull/1848 )
Original file line number Diff line number Diff line change 2
2
3
3
< section class ="page ">
4
4
< div class ="page-content page-content--centered ">
5
- < h1 class ="page-heading ">
5
+ < h1 class ="page-heading " tabindex =" 0 " >
6
6
{{#if subscription.error}}
7
7
{{lang 'newsletter.subscribed_heading_error'}}
8
8
{{else}}
You can’t perform that action at this time.
0 commit comments