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

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