Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
03d3fb3
Fixed errors in breadcrumb settings
Feb 27, 2023
03bc0fe
Fixed errors in alert settings
Feb 27, 2023
aadba5d
Fixed errors in color settings
Feb 27, 2023
93b26f1
Fixed errors in button settings
Feb 27, 2023
6e3f5bd
Fix missing map content; show all related token types
Mar 3, 2023
29605a4
Add tooltip settings
Mar 3, 2023
1ac769f
Fix small text formatting issues and typos
Mar 3, 2023
d8c14af
Add additional types
Mar 3, 2023
969833f
Update type values
Mar 3, 2023
36d099a
Add missing settings
Mar 3, 2023
423e81d
Update default value for -pagination-background-color
Mar 3, 2023
e1ef1b2
Update spacing token names and subsections
Mar 7, 2023
77f920e
Add description for Body line height
Mar 7, 2023
d89a4f3
Remove accessible color setting text from pagination bg
Mar 7, 2023
fe078d6
Update values for -color-success-dark, -color-success-darker
Mar 7, 2023
1728fd8
Merge branch 'main' of https://github.com/uswds/uswds-site into al-au…
Mar 7, 2023
614e378
Remove settings.yml file
Mar 7, 2023
58f2068
Replace 'reverse' with 'on dark backgrounds'
Mar 7, 2023
9b32ee7
Convert single quotes to double
Mar 7, 2023
1d5b18c
Add changelog
Mar 7, 2023
d9c4618
Update description and type
Mar 7, 2023
5db7093
Merge branch 'main' into al-audit-settings-fix
thisisdano Mar 20, 2023
f89f1d6
Small copyedit fixes
thisisdano Mar 20, 2023
34e659b
Update changelog item for PR 2016
Mar 20, 2023
840cfec
Fix typos
Mar 20, 2023
bc77235
Remove duplicate map
Mar 20, 2023
bee7397
Alphabetize table settings
Mar 20, 2023
d1b2885
Alphabetize better
Mar 20, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove accessible color setting text from pagination bg
  • Loading branch information
Amy Leadem committed Mar 7, 2023
commit d89a4f3f10ff3357e39473ce7b422e373e12842c
2 changes: 1 addition & 1 deletion _data/settings/components/pagination.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Pagination
contents:
- name: Pagination background color
description: The background color of the entire pagination component, used for accessible color setting.
description: The background color of the entire pagination component.
var: $theme-pagination-background-color
default: '"default"'
type: color
Expand Down