mirror of https://github.com/rancher/ui.git
18502 placeholder focus
This commit is contained in:
parent
b8b28e94db
commit
e82b585434
|
|
@ -1,7 +1,7 @@
|
||||||
// Forms
|
// Forms
|
||||||
// Placeholder text color
|
// Placeholder text color
|
||||||
$label-color : $dark-grey !default;
|
$label-color : $dark-grey !default;
|
||||||
$input-color-placeholder : lighten($mid-grey, 5) !default;
|
$input-color-placeholder : lighten($mid-grey, 1) !default;
|
||||||
$input-bg : lighten($light-grey, 5) !default;
|
$input-bg : lighten($light-grey, 5) !default;
|
||||||
$input-bg-hover : $mid-grey !default;
|
$input-bg-hover : $mid-grey !default;
|
||||||
$input-bg-disabled : $disabled !default;
|
$input-bg-disabled : $disabled !default;
|
||||||
|
|
@ -115,8 +115,9 @@ textarea {
|
||||||
&:focus {
|
&:focus {
|
||||||
background: rgba($input-border-focus, .2);
|
background: rgba($input-border-focus, .2);
|
||||||
border-color: $input-border-focus;
|
border-color: $input-border-focus;
|
||||||
|
transition: ease-in-out all .25s;
|
||||||
&::placeholder {
|
&::placeholder {
|
||||||
color: $input-color-placeholder;
|
color: rgba($input-color-placeholder, .5);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 3781f899f1f430fa7af78642e89055d4da2695db
|
Subproject commit dc7c438544167077ea087bd594921c0d12e7b182
|
||||||
Loading…
Reference in New Issue