You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
md-input border-bottom seems to use RGB(#, #, #, 0.12) on unactivated inputs while md-datepicker's div used a different hue color RBG(#, #, #) with no opacity adjustment. If you inspect the demo here you can see the difference: https://material.angularjs.org/1.0.7/demo/input
This is causing problems for forms and different colors. The borders don't match. md-datepicker should use the same hue and opacity as md-input.