@i-cell/ids-styles 0.0.63 → 0.0.64

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.
@@ -6439,6 +6439,13 @@ button.ids-chip.ids-chip-outlined.ids-chip-dark:not(:disabled):active > .ids-chi
6439
6439
  .ids-form-field.ids-form-field-dense > .ids-form-field__field-wrapper:has(.ids-form-field-control:focus) {
6440
6440
  outline-width: var(--ids-comp-forms-form-field-standard-field-wrapper-focused-outline-outline-dense);
6441
6441
  }
6442
+ .ids-form-field:not(.ids-form-field-disabled) > .ids-form-field__field-wrapper:has(.ids-input) {
6443
+ cursor: text;
6444
+ }
6445
+ .ids-form-field.ids-form-field-disabled > .ids-form-field__field-wrapper:has(.ids-input) {
6446
+ cursor: default;
6447
+ pointer-events: none;
6448
+ }
6442
6449
  .ids-form-field.ids-form-field-surface:not(.ids-form-field-disabled) > .ids-form-field__field-wrapper {
6443
6450
  border-color: var(--ids-comp-forms-form-field-standard-field-wrapper-container-color-border-surface-default);
6444
6451
  background: var(--ids-comp-forms-form-field-standard-field-wrapper-container-color-bg-surface-default);