From: Sarthak0702 Date: Mon, 21 Mar 2022 18:29:08 +0000 (+0530) Subject: mgr/dashboard: Remove padding in search highlighted text X-Git-Tag: v18.0.0~1179^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=d7d5937bba5344b2cd4aaa9d719c4103ad30bcf7;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 5955bcecf058c..9ff41c6242351 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; }