From e6b7b9d3e4ba410260cab110348b3886b66db5e7 Mon Sep 17 00:00:00 2001 From: Nizamudeen A Date: Fri, 23 Oct 2020 14:46:24 +0530 Subject: [PATCH] mgr/dashboard: Removing the black border on the text/input field when its clicked Resolves: https://tracker.ceph.com/issues/47967 Signed-off-by: Nizamudeen A --- .../mgr/dashboard/frontend/src/styles/ceph-custom/_forms.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pybind/mgr/dashboard/frontend/src/styles/ceph-custom/_forms.scss b/src/pybind/mgr/dashboard/frontend/src/styles/ceph-custom/_forms.scss index cac201a96a6f4..cca9bd5d5d9d8 100644 --- a/src/pybind/mgr/dashboard/frontend/src/styles/ceph-custom/_forms.scss +++ b/src/pybind/mgr/dashboard/frontend/src/styles/ceph-custom/_forms.scss @@ -18,7 +18,7 @@ &:focus { border-color: rgba(vv.$primary, 0.8); - box-shadow: inset 0 1px 1px rgba(vv.$black, 0.75), 0 0 8px 2px rgba(vv.$primary, 0.5); + box-shadow: 0 0 3px 2px rgba(vv.$primary, 0.5); outline: 0; } } -- 2.39.5