From d7d5937bba5344b2cd4aaa9d719c4103ad30bcf7 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 5955bcecf05..9ff41c62423 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; }