Commit de836f7 1 parent a1b5f38 commit de836f7 Copy full SHA for de836f7
File tree 3 files changed +5
-4
lines changed
templates/components/amp/common
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Draft
4
4
- Update bigcommerce.com footer link [ #990 ] ( https://github.com/bigcommerce/cornerstone/pull/990 )
5
+ - Use <span > instead of <i > for icons in AMP template [ #989 ] ( https://github.com/bigcommerce/cornerstone/pull/989 )
5
6
6
7
## 1.6.3 (2017-03-28)
7
8
- ` stencil.conf.js ` was refactored to support webpack2 builds [ 961] ( https://github.com/bigcommerce/cornerstone/pull/961 )
Original file line number Diff line number Diff line change 20
20
{{#if currency_selector.currencies.length '> ' 1}}
21
21
< li class ="navPages-item ">
22
22
< a class ="navPages-action has-subMenu " href ="# " data-collapsible ="navPages-currency " aria-controls ="navPages-currency " aria-expanded ="false ">
23
- {{lang 'common.currency' code=currency_selector.active_currency_code}} < i class ="icon navPages-action-moreIcon " aria-hidden ="true "> < svg > < use xmlns:xlink ="http://www.w3.org/1999/xlink " xlink:href ="#icon-chevron-down "> </ use > </ svg > </ i >
23
+ {{lang 'common.currency' code=currency_selector.active_currency_code}} < span class ="icon navPages-action-moreIcon " aria-hidden ="true "> < svg > < use xmlns:xlink ="http://www.w3.org/1999/xlink " xlink:href ="#icon-chevron-down "> </ use > </ svg > </ span >
24
24
</ a >
25
25
< div class ="navPage-subMenu " id ="navPages-currency " aria-hidden ="true " tabindex ="-1 ">
26
26
< ul class ="navPage-subMenu-list ">
57
57
{{#if customer}}
58
58
< li class ="navPages-item ">
59
59
< a class ="navPages-action has-subMenu " href ="{{urls.account.index}} " data-collapsible ="navPages-account ">
60
- {{lang 'common.account'}} < i class ="icon navPages-action-moreIcon " aria-hidden ="true "> < svg > < use xlink:href ="#icon-chevron-down " /> </ svg > </ i >
60
+ {{lang 'common.account'}} < span class ="icon navPages-action-moreIcon " aria-hidden ="true "> < svg > < use xlink:href ="#icon-chevron-down " /> </ svg > </ span >
61
61
</ a >
62
62
< div class ="navPage-subMenu " id ="navPages-account " aria-hidden ="true " tabindex ="-1 ">
63
63
< ul class ="navPage-subMenu-list ">
Original file line number Diff line number Diff line change 3
3
{{#if previous}}
4
4
< li class ="pagination-item pagination-item--previous ">
5
5
< a class ="pagination-link " href ="{{previous}} " {{#unless reload}}data-faceted-search-facet{{ /unless}}>
6
- < i class ="icon " aria-hidden ="true "> < svg xmlns ="http://www.w3.org/2000/svg " width ="24 " height ="24 " viewBox ="0 0 24 24 "> < path d ="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z "/> </ svg > </ i >
6
+ < span class ="icon " aria-hidden ="true "> < svg xmlns ="http://www.w3.org/2000/svg " width ="24 " height ="24 " viewBox ="0 0 24 24 "> < path d ="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z "/> </ svg > </ span >
7
7
{{lang 'common.previous'}}
8
8
</ a >
9
9
</ li >
24
24
< li class ="pagination-item pagination-item--next ">
25
25
< a class ="pagination-link " href ="{{next}} " {{#unless reload}}data-faceted-search-facet{{ /unless}}>
26
26
{{lang 'common.next'}}
27
- < i class ="icon " aria-hidden ="true "> < svg xmlns ="http://www.w3.org/2000/svg " width ="24 " height ="24 " viewBox ="0 0 24 24 "> < path d ="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z "/> </ svg > </ i >
27
+ < span class ="icon " aria-hidden ="true "> < svg xmlns ="http://www.w3.org/2000/svg " width ="24 " height ="24 " viewBox ="0 0 24 24 "> < path d ="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z "/> </ svg > </ span >
28
28
</ a >
29
29
</ li >
30
30
{{/if}}
You can’t perform that action at this time.
0 commit comments