mod-base 1.0.72-beta.1 → 1.0.72-beta.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mod-base",
3
- "version": "1.0.72-beta.1",
3
+ "version": "1.0.72-beta.2",
4
4
  "description": "Base Styles for S3 Sites",
5
5
  "author": "",
6
6
  "license": "ISC"
@@ -58,7 +58,7 @@ $contact-us-blue-light: #8498E7;
58
58
  $checkbox-label-color: null,
59
59
  $footer-background: $color-charcoal9,
60
60
  $foreground: $color-grey-300,
61
- $form-input-border-color: $color-grey-400,
61
+ $form-input-border-color: null,
62
62
  $form-focus-border-color: $color-grey-400,
63
63
  $hero-content-box-shadow-mobile: null,
64
64
  $interactive-text-color: $color-grey-500,
@@ -188,6 +188,10 @@ $contact-us-blue-light: #8498E7;
188
188
  $progress-bar-percentage-color: $text-color;
189
189
  }
190
190
 
191
+ @if ($form-input-border-color == null) {
192
+ $form-input-border-color: $form-focus-border-color;
193
+ }
194
+
191
195
  // Most common selectors list
192
196
  $content-selectors: '.hero__title,.hero__subtitle,input,.toggle-wrapper,.step__title,[class^="information__"],[class^="featured-block__"],[class^="partners__"],.form-group__label,[class^="abandonment__"],.modal-header--close,.modal-phone,.modal-body p,legend,[class^="loader__"],table tr,.tile__text,.select,.hiw-block__title,.hiw-card__title,.hiw-card__description,.banner__title,.banner__description,.accordion__title,.reviews__title,.accordion .expand-collapse__toggle,.accordion__content p,.accordion__content li,.result__title,.result__subtitle,.result__call-text';
193
197
  $background-selectors: '.form,.header,.guarantee,.information,.modal-content,.matched-steps,.loader,.information__header,.hero__background,.hero__content,&.form-in-progress:not(.fixed-width-desktop) .hero__content,.form-input,.form-input:focus,.expand-collapse__icon,.featured-block,table tr,.form-control,.accordion,.hiw-block,.reviews';