@carbon/ibm-products 2.43.2-canary.264 → 2.43.2-canary.266

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.
@@ -3770,7 +3770,7 @@ p.c4p--about-modal__copyright-text:first-child {
3770
3770
  }
3771
3771
  }
3772
3772
  .c4p--tearsheet-create .c4p--tearsheet-create__content {
3773
- height: 100%;
3773
+ min-height: 100%;
3774
3774
  padding-top: 1.5rem;
3775
3775
  padding-bottom: 1.5rem;
3776
3776
  overflow-x: hidden;
@@ -9911,8 +9911,8 @@ button.c4p--add-select__global-filter-toggle--open {
9911
9911
  }
9912
9912
 
9913
9913
  .c4p--edit-in-place--focused {
9914
- border: 2px solid var(--cds-focus, #0f62fe);
9915
9914
  background: var(--cds-field-01, #f4f4f4);
9915
+ outline: 2px solid var(--cds-focus, #0f62fe);
9916
9916
  }
9917
9917
 
9918
9918
  .c4p--edit-in-place__text-input {