javascript - Where can I find Angular Materials' CSS directives? -
i'm working https://material.angularjs.org/latest/ components in searcher.
i have md-datepicker field , want apply custom rules on (background-color: white, custom size, etc).
https://material.angularjs.org/latest/demo/datepicker
and need, instance, remove arrow selector , image (just applying 'display:none').
i've tried research on official documentation in repository, seems looking not there.
did try this?
.md-datepicker-triangle-button { display: none; }
Comments
Post a Comment