use sass var for select border color

This commit is contained in:
mrwweb 2015-12-09 07:54:16 -08:00
parent 309037e2ad
commit 9ccc1faa9e
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ textarea {
} }
select { select {
border: 1px solid #ccc; border: 1px solid $color__border-input;
} }
input[type="text"], input[type="text"],