mod-base 1.0.50 → 1.0.51

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,6 +1,6 @@
1
1
  # Changelog
2
2
 
3
- ## 1.0.50
3
+ ## 1.0.50 & 1.0.51
4
4
 
5
5
  - Adding dark mode styles for our new, standardized circular radio button style
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mod-base",
3
- "version": "1.0.50",
3
+ "version": "1.0.51",
4
4
  "description": "Base Styles for S3 Sites",
5
5
  "author": "",
6
6
  "license": "ISC"
@@ -102,8 +102,6 @@ $contact-us-blue-light: #8498E7;
102
102
 
103
103
  @if ($radio-btn-checked-border-color != null and $radio-btn-standard-hover-select-background-color == null) {
104
104
  $radio-btn-standard-hover-select-background-color: lighten($radio-btn-checked-border-color, 5%);
105
- } @else {
106
- $radio-btn-standard-hover-select-background-color: lighten($radio-btn-border-color, 5%);
107
105
  }
108
106
 
109
107
  // Most common selectors list