Skip to content

Commit

Permalink
js hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
CPrich905 committed Sep 14, 2023
1 parent 07348af commit 88226c7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion common/static/common/scss/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
}
}

.js-hidden {
.js-enabled .js-hidden {
display: none !important;
}

Expand Down Expand Up @@ -89,4 +89,8 @@ ul.govuk-tabs__list[role=tablist] {

#id_current_work_basket_hint {
color: #0b0c0c;
}

.govuk-fieldset__legend {
font-weight: bold;
}

0 comments on commit 88226c7

Please sign in to comment.