]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: Remove padding in search highlighted text 45678/head
authorSarthak0702 <sarthak.0702@gmail.com>
Mon, 21 Mar 2022 18:29:08 +0000 (23:59 +0530)
committerSarthak0702 <sarthak.0702@gmail.com>
Wed, 30 Mar 2022 08:13:32 +0000 (13:43 +0530)
Signed-off-by: Sarthak0702 <sarthak.0702@gmail.com>
src/pybind/mgr/dashboard/frontend/src/styles/ceph-custom/_basics.scss

index aa48b6752a69c4058397176cbcd3b36ed52d7f83..d36fec539360874e7e9c0086d095f7c0ea6aea71 100644 (file)
@@ -17,6 +17,11 @@ option {
   font-weight: normal;
 }
 
+mark {
+  background-color: vv.$yellow;
+  padding: 0;
+}
+
 .full-height {
   height: 100vh;
 }