]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: fix Input field goes black after selecting an input from browser history issue/70720/input--field-goes-black
authorSulochan Khadka <sulochankhadka25@gmail.com>
Mon, 7 Apr 2025 11:57:46 +0000 (17:27 +0530)
committerAfreen Misbah <afreen@ibm.com>
Fri, 16 May 2025 08:36:50 +0000 (14:06 +0530)
commit95ac2900bcf45bdf5774d3436854dcba5adb4610
treed6c793c5a3d58eb4bca5bc287e8c4a29b0f5eee9
parent3d3801e673f323fb547df6a7b8e740d815447a6c
mgr/dashboard: fix Input field goes black after selecting an input from browser history

This commit fixes the input field going black on selecting the input from browser history and the abrupt change of background color and font color. The fix includes fixing it with adding css input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
}
Fixes: https://tracker.ceph.com/issues/70720
Signed-off-by: Sulochan Khadka <sulochankhadka25@gmail.com>
Co-authored-by: Afreen Misbah <afreen@ibm.com>
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/create-rgw-service-entities/create-rgw-service-entities.component.scss
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-config-modal/rgw-config-modal.component.scss
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-multisite-import/rgw-multisite-import.component.scss
src/pybind/mgr/dashboard/frontend/src/styles/ceph-custom/_forms.scss