Skip to content

Commit

Permalink
docs(material/datepicker): fix custom class example (#24393)
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
crisbeto authored and wagnermaciel committed Feb 11, 2022
1 parent b4c45e9 commit 8c6c0b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.example-custom-date-class {
button.example-custom-date-class {
background: orange;
border-radius: 100%;
}

0 comments on commit 8c6c0b5

Please sign in to comment.