mod-base 1.0.52 → 1.0.53

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.0.53
4
+
5
+ - Adding the `:checked` border color for standardized radio buttons.
6
+
3
7
  ## 1.0.52
4
8
 
5
9
  - Adding `radius-xxs` (equivalent to 2px). Used widely across S3 pages.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mod-base",
3
- "version": "1.0.52",
3
+ "version": "1.0.53",
4
4
  "description": "Base Styles for S3 Sites",
5
5
  "author": "",
6
6
  "license": "ISC"
@@ -779,6 +779,7 @@ $contact-us-blue-light: #8498E7;
779
779
 
780
780
  &:checked + .radio__button-select {
781
781
  background-color: $radio-btn-checked-border-color;
782
+ border-color: $radio-btn-checked-border-color;
782
783
 
783
784
  &::after {
784
785
  background-color: $radio-btn-standard-checked-background-color;