Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

md-datepicker border-bottom not the same as md-input border-bottom #8148

Closed
wallzero opened this issue Apr 21, 2016 · 4 comments
Closed

md-datepicker border-bottom not the same as md-input border-bottom #8148

wallzero opened this issue Apr 21, 2016 · 4 comments
Assignees
Labels
has: Pull Request A PR has been created to address this issue ui: CSS

Comments

@wallzero
Copy link

wallzero commented Apr 21, 2016

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.

@ThomasBurleson
Copy link
Contributor

Related to #7772

@ThomasBurleson ThomasBurleson added this to the Backlog milestone Apr 21, 2016
@devversion devversion added the has: Pull Request A PR has been created to address this issue label May 7, 2016
devversion added a commit to devversion/material that referenced this issue May 7, 2016
* Currently the datepicker had some different theme colors for the border.
  Those colors should be the same as in the input component.

Fixes angular#8148.
@BevanR
Copy link
Contributor

BevanR commented May 11, 2016

Does this screenshot from https://material.angularjs.org/HEAD/demo/input capture the issue?
screen shot 2016-05-11 at 12 27 16 pm

@devversion
Copy link
Member

devversion commented May 11, 2016

@BevanR PR, which fixes that issue is already pending. But thanks for the screenshot.

@BevanR
Copy link
Contributor

BevanR commented May 11, 2016

No problem @devversion! 😄 I wanted to check I understood the bug properly before reviewing the PR.

@Splaktar Splaktar removed this from the - Backlog milestone Feb 23, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
has: Pull Request A PR has been created to address this issue ui: CSS
Projects
None yet
Development

No branches or pull requests

5 participants