From a599179eeb8721fa5abda6a0cdcd0cd38aef469d Mon Sep 17 00:00:00 2001 From: Andrew Croce Date: Tue, 14 Aug 2018 11:42:59 -0400 Subject: [PATCH] fix border and text color in hover/focused --- styles/elements/_inputs.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/styles/elements/_inputs.scss b/styles/elements/_inputs.scss index 97a6642f..b4b6fc1c 100644 --- a/styles/elements/_inputs.scss +++ b/styles/elements/_inputs.scss @@ -79,7 +79,7 @@ margin-left: $gap; } } - + .usa-input__title { display: flex; align-items: center; @@ -90,7 +90,7 @@ margin-left: $gap/2; } } - + .usa-input__help { @include h4; font-weight: normal; @@ -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;