From: Sarthak0702 Date: Mon, 21 Mar 2022 18:29:08 +0000 (+0530) Subject: mgr/dashboard: Remove padding in search highlighted text X-Git-Tag: v16.2.8~26^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=81268dcd8831d0eb9c6509de94ec5db8f4abc6cf;p=ceph.git mgr/dashboard: Remove padding in search highlighted text Signed-off-by: Sarthak0702 --- 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; }