Skip to content

Commit 8c6c0b5

Browse files
crisbetowagnermaciel
authored andcommitted
docs(material/datepicker): fix custom class example (#24393)
The changes in #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 #24383. (cherry picked from commit 6cc1833)
1 parent b4c45e9 commit 8c6c0b5

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)