Change to new field focused color

This commit is contained in:
J. Ryan Stinnett 2019-01-21 10:24:04 -06:00
parent 352107352e
commit 23b3e74c1c
3 changed files with 4 additions and 2 deletions

View file

@ -31,7 +31,7 @@ limitations under the License.
.mx_Field input:focus {
outline: 0;
border-color: $input-valid-border-color;
border-color: $input-focused-border-color;
}
.mx_Field input::placeholder {
@ -73,5 +73,5 @@ limitations under the License.
}
.mx_Field input:focus + label {
color: $input-valid-border-color;
color: $input-focused-border-color;
}