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: v21.0.0~50^2~45^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=1e121e5a3a9524cad222b5c4cc37994e617330a1;p=ceph.git mgr/dashboard : fix css for carbon input fields fixes : https://tracker.ceph.com/issues/72628 Signed-off-by: Abhishek Desai --- diff --git a/src/pybind/mgr/dashboard/frontend/src/styles.scss b/src/pybind/mgr/dashboard/frontend/src/styles.scss index 4066af126ce5..f67cfd44c151 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; }