]> BookStack Code Mirror - bookstack/commit
Improved header element accessibility when at mobile sizes
authorDan Brown <redacted>
Mon, 19 Apr 2021 20:41:13 +0000 (21:41 +0100)
committerDan Brown <redacted>
Mon, 19 Apr 2021 20:41:13 +0000 (21:41 +0100)
commit9df4dee1b2db6abeb25a4b36226aa1c3ee20eba5
tree736724e905604b9c9b4bca2b0e01af51ecdd2b60
parent60ffe6a993b6ef3c241966a94d1d23b5324f3e8b
Improved header element accessibility when at mobile sizes

Intended to fix issues raised in #2681.
Changes up the tri-layout tabs, and the main header menu toggle,
to be buttons while adding better text and keyboard controls.

Updated the component format of a few elements along the way.
resources/js/components/dropdown.js
resources/js/components/header-mobile-toggle.js
resources/js/components/tri-layout.js
resources/lang/en/common.php
resources/sass/_header.scss
resources/views/base.blade.php
resources/views/common/header.blade.php
resources/views/tri-layout.blade.php