@descope/web-components-ui 1.0.316 → 1.0.318

Sign up to get free protection for your applications and to get access to all the features.
@@ -3216,6 +3216,9 @@ const TextFieldClass = compose(
3216
3216
  }));
3217
3217
  box-sizing: border-box;
3218
3218
  }
3219
+ :host(:is([readonly], [disabled])) ::slotted(:is(input, textarea):placeholder-shown) {
3220
+ opacity: 1;
3221
+ }
3219
3222
  ${resetInputLabelPosition('vaadin-text-field')}
3220
3223
  ${useHostExternalPadding(TextFieldClass.cssVarList)}
3221
3224
  ${resetInputOverrides('vaadin-text-field', TextFieldClass.cssVarList)}