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

Popular posts from this blog

java - Suppress Jboss version details from HTTP error response -

gridview - Yii2 DataPorivider $totalSum for a column -

Sass watch command compiles .scss files before full sftp upload -