fix border and text color in hover/focused

This commit is contained in:
Andrew Croce 2018-08-14 11:42:59 -04:00
parent 7fef858d24
commit a599179eeb

View File

@ -111,8 +111,8 @@
&:hover, &:hover,
&:focus { &:focus {
border-color: $color-blue; border-color: $color-blue !important;
color: $color-blue; color: $color-blue-darker;
box-shadow: inset 0 0 0 1px $color-blue; box-shadow: inset 0 0 0 1px $color-blue;
&::placeholder { &::placeholder {
color: $color-blue; color: $color-blue;