We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 228de22 commit 6c7c367Copy full SHA for 6c7c367
gwt-material/src/main/resources/gwt/material/design/public/css/overridecss.css
@@ -926,9 +926,12 @@ nav .input-field {
926
z-index: 995 !important;
927
}
928
929
-/** Fixed the autofill bg color on chrome **/
+@-webkit-keyframes autofill {
930
+ to { background: transparent; }
931
+}
932
input:-webkit-autofill {
- transition: background-color 5000s ease-in-out 0s !important;
933
+ -webkit-animation-name: autofill !important;
934
+ -webkit-animation-fill-mode: both !important;;
935
936
937
/** Fixed breadcrumb **/
0 commit comments