From: Abhishek Desai Date: Tue, 19 Aug 2025 06:17:53 +0000 (+0530) Subject: mgr/dashboard : fix css for carbon input fields X-Git-Tag: testing/wip-jcollin-testing-20251004.055540-tentacle~12^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=53124bb75b889e8c0e48bf7e0aeef7361e9d04e8;p=ceph-ci.git mgr/dashboard : fix css for carbon input fields fixes : https://tracker.ceph.com/issues/72628 Signed-off-by: Abhishek Desai (cherry picked from commit 1e121e5a3a9524cad222b5c4cc37994e617330a1) --- diff --git a/src/pybind/mgr/dashboard/frontend/src/styles.scss b/src/pybind/mgr/dashboard/frontend/src/styles.scss index b09bbd5343b..b45f6035561 100644 --- a/src/pybind/mgr/dashboard/frontend/src/styles.scss +++ b/src/pybind/mgr/dashboard/frontend/src/styles.scss @@ -236,7 +236,7 @@ input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active { - box-shadow: 0 0 0 10px $white inset; + box-shadow: 0 0 0 0 $white inset; -webkit-text-fill-color: inherit; transition: background-color 5000s ease-in-out 0s; }