Skip to content

Commit d62327a

Browse files
phreimmalerba
authored andcommitted
docs: Change CSS-Selector-Specificity in v15 MDC migration guide (#26550)
The specificity of the CSS-Selector is not enough to change the behaviour. I've added the "input"-Type. (cherry picked from commit d814fab)
1 parent b85cf2e commit d62327a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/v15-mdc-migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ DOM and CSS of the components, you may need to tweak some of your application's
347347
following styles:
348348

349349
```scss
350-
.mat-mdc-input-element::-webkit-calendar-picker-indicator {
350+
input.mat-mdc-input-element::-webkit-calendar-picker-indicator {
351351
display: block;
352352
}
353353
```

0 commit comments

Comments
 (0)