From 53124bb75b889e8c0e48bf7e0aeef7361e9d04e8 Mon Sep 17 00:00:00 2001 From: Abhishek Desai Date: Tue, 19 Aug 2025 11:47:53 +0530 Subject: [PATCH] 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) --- src/pybind/mgr/dashboard/frontend/src/styles.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.47.3