We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1214c6 commit 9cb90b4Copy full SHA for 9cb90b4
packages/uui-input/lib/uui-input.element.ts
@@ -429,18 +429,10 @@ export class UUIInputElement extends FormControlMixin(
429
outline: none;
430
}
431
432
- input::placeholder {
433
- transition: opacity 120ms;
434
- }
435
-
436
input[type='password']::-ms-reveal {
437
display: none;
438
439
440
- :host(:not([readonly])) input:focus::placeholder {
441
- opacity: 0;
442
443
444
/* TODO: make sure color looks good, or remove it as an option as we want to provide color-picker component */
445
input[type='color'] {
446
width: 30px;
0 commit comments