marymelisa hace 4 años
padre
commit
84f3e7ec3b
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  1. 5 1
      src/assets/styles/mixin.less

+ 5 - 1
src/assets/styles/mixin.less

@@ -1159,7 +1159,11 @@ select:-webkit-autofill,
 input:-internal-autofill-selected {
     background-color: @m-grey21 !important;
 }
-
+.login {
+    input:-webkit-autofill {
+        box-shadow: inset 0 0 0 1000px @m-white0;
+    }
+}
 .ant-checkbox-group.commonCheckboxGroup {
     .ant-checkbox-wrapper {
         color: @m-white0;