-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Why is `.filtered li:not([data-match` not working?
- Loading branch information
Showing
6 changed files
with
73 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,6 @@ | |
<h1 class="govuk-heading-m">Your user ({{ user }}) has been deactivated</h1> | ||
<p class="govuk-body"> | ||
If this is incorrect, or you wish to be reactivated, please email | ||
<a href="mailto:[email protected]">[email protected]</a>. | ||
<a href="mailto:[email protected]">[email protected]</a>. {# /PS-IGNORE #} | ||
</p> | ||
{% endblock %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,7 +41,7 @@ <h2 class="govuk-visually-hidden">Support links</h2> | |
</span> | ||
<span class="govuk-footer__licence-description"> | ||
<a class="govuk-footer__link" | ||
href="mailto:[email protected]">Feedback</a> | ||
href="mailto:[email protected]">Feedback</a> {# /PS-IGNORE #} | ||
</span> | ||
</div> | ||
</div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,8 +10,7 @@ | |
<span class="govuk-header__logotype govuk-header__logotype--ws"> | ||
<img aria-hidden="true" | ||
src="{% webpack_static 'dbt-logo.png' %}" | ||
srcset="{% webpack_static '[email protected]' %} 2x" | ||
{# /PS-IGNORE #} | ||
srcset="{% webpack_static '[email protected]' %} 2x" {# /PS-IGNORE #} | ||
alt="Department for Business & Trade logo" /> | ||
<span class="govuk-visually-hidden">Department for Business & Trade</span> | ||
</span> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
{% load render_bundle webpack_static from webpack_loader %} | ||
{% block branding_logo %} | ||
<img src="{% webpack_static 'dbt-logo-white.png' %}" | ||
srcset="{% webpack_static '[email protected]' %} 2x" | ||
srcset="{% webpack_static '[email protected]' %} 2x" {# /PS-IGNORE #} | ||
alt="Department for Business & Trade logo" | ||
class="wide"> | ||
<span class="wide">Digital Workspace CMS</span> | ||
|