Skip to content

Commit

Permalink
Lint SCSS
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrobertlloyd committed Sep 26, 2023
1 parent 5105eb5 commit 0662b87
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion x-govuk/components/masthead/_breadcrumbs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
color: $x-govuk-masthead-colour;
margin-top: 0;

.govuk-breadcrumbs__list-item:before {
.govuk-breadcrumbs__list-item::before {
border-color: $x-govuk-masthead-colour;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
@include govuk-typography-weight-bold;

// Extend the touch area of the link to the list
&:after {
&::after {
bottom: 0;
content: "";
left: 0;
Expand Down
2 changes: 1 addition & 1 deletion x-govuk/components/sub-navigation/_sub-navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
padding-left: govuk-spacing(4);
}

.x-govuk-sub-navigation__section--nested .x-govuk-sub-navigation__section-item:before {
.x-govuk-sub-navigation__section--nested .x-govuk-sub-navigation__section-item::before {
color: govuk-colour("dark-grey");
content: "";
margin-left: -(govuk-spacing(4));
Expand Down

0 comments on commit 0662b87

Please sign in to comment.