Change to new field focused color
This commit is contained in:
parent
352107352e
commit
23b3e74c1c
3 changed files with 4 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue