Skip to content

Commit 28c6d8d

Browse files
crisbetoamysorto
authored andcommitted
docs(material/datepicker): fix custom class example (angular#24393)
The changes in angular#24171 added a `background: none` to the datepicker cell which broke one of the examples, because it increased the specificity. I don't think that there's a good way to reduce the specificity without moving the entire cell template around again so these changes update the example to be more specific. Fixes angular#24383.
1 parent 571012a commit 28c6d8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.example-custom-date-class {
1+
button.example-custom-date-class {
22
background: orange;
33
border-radius: 100%;
44
}

0 commit comments

Comments
 (0)