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

md-select bottom-border is black when focused after commit # 8468c60 #3128

Closed
TalPasi opened this issue Jun 4, 2015 · 0 comments
Closed
Assignees
Labels
Milestone

Comments

@TalPasi
Copy link

TalPasi commented Jun 4, 2015

Since the default theme is removed from the selectors in commit # 8468c60,

The generated default-theme rule for the border-bottom of md-select-label is overridden by the following rule:

md-select:not([disabled]):focus .md-select-label {
  border-bottom: 2px solid ;
}

The border-bottom gets the initial color of black since no color was provided in the shorthand value.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants