Skip to content

Instantly share code, notes, and snippets.

@epelc
Created January 16, 2015 15:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save epelc/17d6c5f6e3686ed34286 to your computer and use it in GitHub Desktop.
Save epelc/17d6c5f6e3686ed34286 to your computer and use it in GitHub Desktop.
Angular-material select styles
select {
max-width: 195px;
transition: border 0.15s cubic-bezier(0.35, 0, 0.25, 1);
border: 0px;
border-bottom: 1px solid #e0e0e0;
&:focus {
border-bottom: 2px solid #yourPrimaryColor;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment