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:
commit
765a1bac40
@ -79,7 +79,7 @@
|
|||||||
margin-left: $gap;
|
margin-left: $gap;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.usa-input__title {
|
.usa-input__title {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@ -90,7 +90,7 @@
|
|||||||
margin-left: $gap/2;
|
margin-left: $gap/2;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.usa-input__help {
|
.usa-input__help {
|
||||||
@include h4;
|
@include h4;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user