Skip to content

Commit 6cc1833

Browse files
authored
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.
1 parent a92361e commit 6cc1833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
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)