]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: fix autocomplete input backgrounds in chrome and firefox 35676/head
authorIshan Rai <ishanrai05@gmail.com>
Fri, 19 Jun 2020 14:56:16 +0000 (14:56 +0000)
committerIshan Rai <ishanrai05@gmail.com>
Mon, 22 Jun 2020 15:09:53 +0000 (15:09 +0000)
Fixes: https://tracker.ceph.com/issues/46109
Signed-off-by: Ishan Rai <ishanrai05@gmail.com>
src/pybind/mgr/dashboard/frontend/src/app/core/auth/login/login.component.scss

index 94d943cc8038aa257b75546114d66dc515d46362..60c954161b0d1715cfe8c4741f6113dc5f9fa410 100644 (file)
@@ -30,6 +30,7 @@
     box-shadow: none;
     color: $color-password-toggle-text;
     background-color: $color-password-toggle-bg;
+    filter: none;
   }
 
   .placeholder {
@@ -52,4 +53,8 @@
 input:-webkit-autofill {
   animation-name: autofill;
   animation-fill-mode: both;
+  box-shadow: 0 0 0px 1000px $color-password-toggle-bg inset;
+  -webkit-text-fill-color: $color-password-toggle-text;
+  transition-property: none;
+  border-radius: 0px;
 }