From 81268dcd8831d0eb9c6509de94ec5db8f4abc6cf Mon Sep 17 00:00:00 2001 From: Sarthak0702 Date: Mon, 21 Mar 2022 23:59:08 +0530 Subject: [PATCH] mgr/dashboard: Remove padding in search highlighted text Signed-off-by: Sarthak0702 --- .../dashboard/frontend/src/styles/ceph-custom/_basics.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/pybind/mgr/dashboard/frontend/src/styles/ceph-custom/_basics.scss b/src/pybind/mgr/dashboard/frontend/src/styles/ceph-custom/_basics.scss index aa48b6752a69c..d36fec5393608 100644 --- a/src/pybind/mgr/dashboard/frontend/src/styles/ceph-custom/_basics.scss +++ b/src/pybind/mgr/dashboard/frontend/src/styles/ceph-custom/_basics.scss @@ -17,6 +17,11 @@ option { font-weight: normal; } +mark { + background-color: vv.$yellow; + padding: 0; +} + .full-height { height: 100vh; } -- 2.39.5