Merge pull request #172 from dod-ccpo/ui/fix-field-focus-color

fix border and text color in hover/focused
This commit is contained in:
andrewdds
2018-08-14 13:15:14 -04:00
committed by GitHub

View File

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