Created
January 16, 2015 15:20
-
-
Save epelc/17d6c5f6e3686ed34286 to your computer and use it in GitHub Desktop.
Angular-material select styles
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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