Add progressive enhancement to service switcher

- by default, the menu is open
- if Javascript is enabled/loaded, the links are hidden, and visual cues (▶) to
  show that it can be opened are added
- clicking it opens and closes it
This commit is contained in:
Chris Hill-Scott
2016-01-11 16:23:34 +00:00
parent 732efd25c7
commit 4cb535a2e1
6 changed files with 82 additions and 5 deletions

View File

@@ -48,6 +48,7 @@ gulp.task('jquery', () => plugins.jquery.src({
gulp.task('javascripts', ['jquery'], () => gulp.src([
paths.src + 'govuk_frontend_toolkit/javascripts/govuk/modules.js',
paths.src + 'javascripts/highlightTags.js',
paths.src + 'javascripts/dropdown.js',
paths.src + 'javascripts/main.js'
])
.pipe(plugins.babel({