mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-08 19:45:08 +00:00
(@fuse) Fixed: Autocompleted input background color is not correct
This commit is contained in:
parent
d4736e2c02
commit
41a1692e01
|
@ -20,22 +20,22 @@ textarea {
|
||||||
}
|
}
|
||||||
|
|
||||||
&:-webkit-autofill {
|
&:-webkit-autofill {
|
||||||
-webkit-transition: 'background-color 9999s ease-out';
|
transition: background-color 600000s 0s, color 600000s 0s !important;
|
||||||
-webkit-transition-delay: 9999s;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&:-webkit-autofill:hover {
|
&:-webkit-autofill:hover {
|
||||||
-webkit-transition: 'background-color 9999s ease-out';
|
transition: background-color 600000s 0s, color 600000s 0s !important;
|
||||||
-webkit-transition-delay: 9999s;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&:-webkit-autofill:focus {
|
&:-webkit-autofill:focus {
|
||||||
-webkit-transition: 'background-color 9999s ease-out';
|
transition: background-color 600000s 0s, color 600000s 0s !important;
|
||||||
-webkit-transition-delay: 9999s;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&:-webkit-autofill:active {
|
&:-webkit-autofill:active {
|
||||||
-webkit-transition: 'background-color 9999s ease-out';
|
transition: background-color 600000s 0s, color 600000s 0s !important;
|
||||||
-webkit-transition-delay: 9999s;
|
}
|
||||||
|
|
||||||
|
[data-autocompleted] {
|
||||||
|
background-color: transparent !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user