From 1e121e5a3a9524cad222b5c4cc37994e617330a1 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 --- 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 4066af126ce..f67cfd44c15 100644 --- a/src/pybind/mgr/dashboard/frontend/src/styles.scss +++ b/src/pybind/mgr/dashboard/frontend/src/styles.scss @@ -238,7 +238,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.39.5