Skip to content

Commit 2cd533c

Browse files
committed
refactor(aria/combobox): fix lint errors
Fixes lint errors.
1 parent f259907 commit 2cd533c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components-examples/aria/autocomplete/autocomplete.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,6 @@
118118
font-size: 0.9rem;
119119
}
120120

121-
::placeholder {
121+
input::placeholder {
122122
color: var(--mat-sys-on-surface-variant);
123-
}
123+
}

0 commit comments

Comments
 (0)