mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2024-10-30 01:08:47 +00:00
Fixed: Autocompleted input colors
This commit is contained in:
parent
e64ad63f8a
commit
c05f572e28
|
@ -19,20 +19,22 @@ textarea {
|
|||
@apply text-hint;
|
||||
}
|
||||
|
||||
&:-webkit-autofill {
|
||||
transition: background-color 600000s 0s, color 600000s 0s !important;
|
||||
}
|
||||
|
||||
&:-webkit-autofill:hover {
|
||||
transition: background-color 600000s 0s, color 600000s 0s !important;
|
||||
}
|
||||
|
||||
&:-webkit-autofill:focus {
|
||||
transition: background-color 600000s 0s, color 600000s 0s !important;
|
||||
}
|
||||
|
||||
/* Autofill color fix */
|
||||
&:-webkit-autofill,
|
||||
&:-webkit-autofill:hover,
|
||||
&:-webkit-autofill:focus,
|
||||
&:-webkit-autofill:active {
|
||||
transition: background-color 600000s 0s, color 600000s 0s !important;
|
||||
-webkit-background-clip: text;
|
||||
transition: background-color 5000s !important;
|
||||
}
|
||||
|
||||
.dark & {
|
||||
&:-webkit-autofill,
|
||||
&:-webkit-autofill:hover,
|
||||
&:-webkit-autofill:focus,
|
||||
&:-webkit-autofill:active {
|
||||
-webkit-text-fill-color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
}
|
||||
|
||||
[data-autocompleted] {
|
||||
|
|
Loading…
Reference in New Issue
Block a user