-
Notifications
You must be signed in to change notification settings - Fork 199
USWDS-Site - Settings: Fix code audit issues #2016
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
03d3fb3
Fixed errors in breadcrumb settings
03bc0fe
Fixed errors in alert settings
aadba5d
Fixed errors in color settings
93b26f1
Fixed errors in button settings
6e3f5bd
Fix missing map content; show all related token types
29605a4
Add tooltip settings
1ac769f
Fix small text formatting issues and typos
d8c14af
Add additional types
969833f
Update type values
36d099a
Add missing settings
423e81d
Update default value for -pagination-background-color
e1ef1b2
Update spacing token names and subsections
77f920e
Add description for Body line height
d89a4f3
Remove accessible color setting text from pagination bg
fe078d6
Update values for -color-success-dark, -color-success-darker
1728fd8
Merge branch 'main' of https://github.com/uswds/uswds-site into al-au…
614e378
Remove settings.yml file
58f2068
Replace 'reverse' with 'on dark backgrounds'
9b32ee7
Convert single quotes to double
1d5b18c
Add changelog
d9c4618
Update description and type
5db7093
Merge branch 'main' into al-audit-settings-fix
thisisdano f89f1d6
Small copyedit fixes
thisisdano 34e659b
Update changelog item for PR 2016
840cfec
Fix typos
bc77235
Remove duplicate map
bee7397
Alphabetize table settings
d1b2885
Alphabetize better
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 |
|---|---|---|
| @@ -1,22 +1,22 @@ | ||
| name: Modal | ||
| contents: | ||
| - name: Border Radius | ||
| - name: Border radius | ||
| description: The border radius of the modal window. | ||
| var: $theme-modal-border-radius | ||
| default: "'lg'" | ||
| default: '"lg"' | ||
| type: units | ||
| - name: Max width | ||
| description: Maximum width of default modal window. | ||
| var: $theme-modal-default-max-width | ||
| default: "'mobile-lg'" | ||
| default: '"mobile-lg"' | ||
| type: units | ||
| - name: Max width | ||
| - name: Large max width | ||
| description: Maximum width of large modal window. | ||
| var: $theme-modal-lg-max-width | ||
| default: "'tablet-lg'" | ||
| default: '"tablet-lg"' | ||
| type: units | ||
| - name: Max width | ||
| - name: Large content max width | ||
| description: Maximum width of content area within large modal window. | ||
| var: $theme-modal-lg-content-max-width | ||
| default: "'tablet'" | ||
| default: '"tablet"' | ||
| type: units |
This file contains hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.