@elliemae/ds-basic 3.0.2-rc.1 → 3.0.4-next.1

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.
@@ -2008,10 +2008,10 @@ VARIANTS
2008
2008
  .em-ds-combobox-container > div {
2009
2009
  height: 100%; }
2010
2010
 
2011
- .em-ds-combobox-container.with-error .em-ds-combobox__control {
2011
+ .em-ds-combobox-container.with-error:not(:focus-within) .em-ds-combobox__control {
2012
2012
  outline: none;
2013
2013
  position: relative; }
2014
- .em-ds-combobox-container.with-error .em-ds-combobox__control:after {
2014
+ .em-ds-combobox-container.with-error:not(:focus-within) .em-ds-combobox__control:after {
2015
2015
  content: '';
2016
2016
  position: absolute;
2017
2017
  z-index: 0;
@@ -9755,10 +9755,10 @@ body > .em-ds-tree-item {
9755
9755
  border: solid 1px #E0E3E8;
9756
9756
  pointer-events: none; }
9757
9757
 
9758
- .em-ds-form-item--error .em-ds-datepicker .em-ds-input {
9758
+ .em-ds-form-item--error:not(:focus-within) .em-ds-datepicker .em-ds-input {
9759
9759
  border-right-color: transparent; }
9760
9760
 
9761
- .em-ds-form-item--error .em-ds-datepicker .em-ds-datepicker-range__picker {
9761
+ .em-ds-form-item--error:not(:focus-within) .em-ds-datepicker .em-ds-datepicker-range__picker {
9762
9762
  border-top-color: #C64252;
9763
9763
  border-right-color: #C64252;
9764
9764
  border-bottom-color: #C64252; }
@@ -9787,10 +9787,10 @@ body > .em-ds-tree-item {
9787
9787
  .em-ds-datetimepicker {
9788
9788
  min-width: 223px; }
9789
9789
 
9790
- .em-ds-form-item--error .em-ds-datetimepicker .em-ds-input {
9790
+ .em-ds-form-item--error:not(:focus-within) .em-ds-datetimepicker .em-ds-input {
9791
9791
  border-right-color: transparent; }
9792
9792
 
9793
- .em-ds-form-item--error .em-ds-datetimepicker .em-ds-datepicker-range__picker {
9793
+ .em-ds-form-item--error:not(:focus-within) .em-ds-datetimepicker .em-ds-datepicker-range__picker {
9794
9794
  border-top-color: #C64252;
9795
9795
  border-right-color: #C64252;
9796
9796
  border-bottom-color: #C64252; }