Skip to content

Commit

Permalink
Merge pull request #428 from hmrc/DL-13296
Browse files Browse the repository at this point in the history
DL-13296 address landmarks unique accessibilty issue with BTA menu
  • Loading branch information
nadinJ authored Apr 16, 2024
2 parents 8841aca + 524aa8f commit 8552af9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions app/assets/stylesheets/bta.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
}
}

.hmrc-account-menu__main {
padding: 0;
}

.bta-navigation {
padding: 10px 0 0 0;
border-bottom: 1px solid #bfc1c3;
Expand Down
5 changes: 3 additions & 2 deletions app/views/service_info.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@
@this(hmrcNotificationBadge : HmrcNotificationBadge)

@(navLinks: Seq[ListLinks])
<nav id="secondary-nav" class="hmrc-account-menu govuk-!-display-none-print">
<ul class="hmrc-account-menu__main govuk-grid-column-full" style="padding: 0;">
<nav id="secondary-nav" aria-labelledby="bta-menu" class="hmrc-account-menu govuk-!-display-none-print">
<p class="govuk-visually-hidden" id="bta-menu">Business tax account</p>
<ul class="hmrc-account-menu__main govuk-grid-column-full">
@for( nav <- navLinks) {
@if(nav.showBoolean.contains(false)){} else {
<li>
Expand Down

0 comments on commit 8552af9

Please sign in to comment.