Skip to content

Commit

Permalink
style: apply all stylelint fixes that don't affect specificity
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispymm committed Jan 27, 2025
1 parent c17857f commit d001692
Show file tree
Hide file tree
Showing 13 changed files with 1,211 additions and 439 deletions.
3 changes: 2 additions & 1 deletion docs/assets/stylesheets/components/_documentation_tabs.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// stylelint-disable
.js-enabled {
.app-navigation {
&__list {
Expand Down Expand Up @@ -209,7 +210,6 @@
padding-left: unset;

a:not(:focus)::before {
// stylelint-disable-next-line declaration-no-important
background-color: unset !important;
}
}
Expand Down Expand Up @@ -338,3 +338,4 @@ body:not(.js-enabled) {
.govuk-tabs__list-item {
background-color: unset;
}
// stylelint-enable
2 changes: 1 addition & 1 deletion docs/assets/stylesheets/components/_prose.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
padding: 0 1px;
color: #c62950;
background-color: #e9e9e9;
font-family: monospace, monospace;
font-family: monospace;
font-size: 0.85em;
}

Expand Down
Loading

0 comments on commit d001692

Please sign in to comment.