File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11{{ #if (eq page.attributes.theme ' cheat-sheet' ) }}
22<div class =" nav-panel-types{{ #unless page.navigation }} is-active{{ /unless }} " data-panel =" explore" data-selector-type =" products" >
33 <div class =" dropdown" >
4- <select id =" cheat-sheet-selector-products" class =" cs-selector dropdown-styles" data-label-type =" products" >
4+ <select aria-label = " Product " id =" cheat-sheet-selector-products" class =" cs-selector dropdown-styles" data-label-type =" products" >
55 {{!-- <option value="all" data-label="all" data-class="all" data-label-type="products">All</option> --}}
66 {{ #each page.attributes.cheatsheet-products }}
77 {{ #if this.default }}
2323<div class =" nav-panel-types{{ #unless page.navigation }} is-active{{ /unless }} " data-panel =" explore" data-selector-type =" categories" >
2424 {{!-- categories - eg read, write, structure, general --}}
2525 <div class =" dropdown" >
26- <select id =" cheat-sheet-selector-categories" class =" cs-selector dropdown-styles" data-label-type =" categories" >
26+ <select aria-label = " Cypher category " id =" cheat-sheet-selector-categories" class =" cs-selector dropdown-styles" data-label-type =" categories" >
2727 <option value =" all" data-label =" all" data-class =" all" data-label-type =" categories" >All</option >
2828 {{ #each page.attributes.cheatsheet-categories }}
2929 {{ #if this.default }}
Original file line number Diff line number Diff line change 44 <div class =" dropdown" >
55 <span class =" dropdown-label" >Neo4j Version</span >
66
7- <select data-current =" {{ @root.page.version }} " class =" version-selector dropdown-styles" >
7+ <select aria-label = " Version " data-current =" {{ @root.page.version }} " class =" version-selector dropdown-styles" >
88 {{ #each page.versions }}
99 {{ #unless (or this.prerelease (and (eq this.version @root.page.version ) (eq @root.page.attributes.theme ' cheat-sheet' ) ))}}
1010 <option
Original file line number Diff line number Diff line change 1515 <div class =" dropdown" >
1616 <span class =" dropdown-label" >{{ #with (or page.attributes.cheatsheet-product ' Product' )}} {{ this }} {{ /with }} Version</span >
1717
18- <select id =" selector-version" data-current =" {{ @root.page.version }} " class =" version-selector dropdown-styles" >
18+ <select aria-label = " Version " id =" selector-version" data-current =" {{ @root.page.version }} " class =" version-selector dropdown-styles" >
1919 {{ #each page.versions }}
2020 {{ #unless (and this.prerelease @root.page.attributes.nav-selectors-hide-prerelease )}}
2121 <option
4141<div class =" selectors" >
4242<div class =" nav-panel-types{{ #unless page.navigation }} is-active{{ /unless }} " data-panel =" explore" data-selector-type =" products" >
4343 <div class =" dropdown" >
44- <select id =" cheat-sheet-selector-products" class =" cs-selector dropdown-styles" data-label-type =" products" >
44+ <select aria-label = " Product " id =" cheat-sheet-selector-products" class =" cs-selector dropdown-styles" data-label-type =" products" >
4545 {{!-- <option value="all" data-label="all" data-class="all" data-label-type="products">All</option> --}}
4646 {{ #each page.attributes.cheatsheet-products }}
4747 {{ #if this.default }}
6363<div class =" nav-panel-types{{ #unless page.navigation }} is-active{{ /unless }} " data-panel =" explore" data-selector-type =" categories" >
6464 {{!-- categories - eg read, write, structure, general --}}
6565 <div class =" dropdown" >
66- <select id =" cheat-sheet-selector-categories" class =" cs-selector dropdown-styles" data-label-type =" categories" >
66+ <select aria-label = " Cypher category " id =" cheat-sheet-selector-categories" class =" cs-selector dropdown-styles" data-label-type =" categories" >
6767 <option value =" all" data-label =" all" data-class =" all" data-label-type =" categories" >All</option >
6868 {{ #each page.attributes.cheatsheet-categories }}
6969 {{ #if this.default }}
You can’t perform that action at this time.
0 commit comments