Skip to content

Commit

Permalink
Merge branch 'main' into enhancement/2634/remove-form-config-from-bas…
Browse files Browse the repository at this point in the history
…e-page-template
  • Loading branch information
rmccar authored Oct 12, 2023
2 parents e122a7c + 614d426 commit cb3d50e
Show file tree
Hide file tree
Showing 4 changed files with 480 additions and 140 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-checklist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
steps:
- uses: mheap/require-checklist-action@v2
with:
requireChecklist: false
requireChecklist: true
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"prepend-file": "^2.0.1",
"prettier": "^3.0.0",
"puppeteer": "^21.0.2",
"remark-cli": "^11.0.0",
"remark-cli": "^12.0.0",
"remark-lint": "^9.1.2",
"remark-preset-lint-recommended": "^6.1.3",
"stylelint": "^15.10.1",
Expand Down
2 changes: 1 addition & 1 deletion src/components/skip-to-content/_skip.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
overflow: visible;
padding: 1rem;
position: static;
text-decoration: underline solid var(--ons-color-text-link-focus) 2px;
text-decoration: underline solid var(--ons-color-text-link-focus) 4px;
white-space: inherit;
width: auto;
}
Expand Down
Loading

0 comments on commit cb3d50e

Please sign in to comment.