Skip to content

Commit

Permalink
Merge pull request #154 from devgeniem/TMS-931
Browse files Browse the repository at this point in the history
TMS-931: Navigation accessibility fix
  • Loading branch information
eebbi authored May 25, 2023
2 parents b8cd1e8 + b7962cb commit 9961272
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [1.18.1] - 2023-05-24

### Changed

- TMS-931: Navigation accessibility fix

## [1.18.0] - 2023-04-26

- PIEN-8572: Add missing body-script to use
Expand Down
4 changes: 2 additions & 2 deletions partials/shared/header-inner.dust
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@
<div class="site-header__nav is-relative is-hidden-touch is-hidden-desktop-only {Header.colors.nav|s}">
<div class="container">
<div class="columns mt-0 mb-0">
<div class="column pt-0 pb-0">
<nav class="column pt-0 pb-0">
{>"ui/menu/main-menu" menu=Header.main_menu ul_classes="menu-depth-1 bulmally-navbar primary-nav primary-nav--dropdown" ul_id="js-primary-menu" /}
</div>
</nav>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Theme Name: TMS Theme Muumimuseo
* Description: Tampere Multisite Muumimuseo Theme
* Version: 1.17.0
* Version: 1.18.1
* Author: Geniem
* Author URI: https://geniem.fi
* Template: tms-theme-base
Expand Down

0 comments on commit 9961272

Please sign in to comment.