mod-base 1.0.51 → 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,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.0.53
|
|
4
|
+
|
|
5
|
+
- Adding the `:checked` border color for standardized radio buttons.
|
|
6
|
+
|
|
7
|
+
## 1.0.52
|
|
8
|
+
|
|
9
|
+
- Adding `radius-xxs` (equivalent to 2px). Used widely across S3 pages.
|
|
10
|
+
|
|
3
11
|
## 1.0.50 & 1.0.51
|
|
4
12
|
|
|
5
13
|
- Adding dark mode styles for our new, standardized circular radio button style
|
package/package.json
CHANGED
|
@@ -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;
|