]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
mgr/dashboard: adjust cross button color in table filter chips
authorKiefer Chang <kiefer.chang@suse.com>
Mon, 17 Aug 2020 03:34:25 +0000 (11:34 +0800)
committerKiefer Chang <kiefer.chang@suse.com>
Mon, 17 Aug 2020 03:34:25 +0000 (11:34 +0800)
Fixes: https://tracker.ceph.com/issues/46986
Signed-off-by: Kiefer Chang <kiefer.chang@suse.com>
src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/table/table.component.scss

index fa954ad5de26058bfc396b957c3e127885093bd1..633a30b085095f0b71a2c300e44ab4c364a5f3a2 100644 (file)
   .filter-chips {
     float: right;
     padding: 0 8px;
+
+    .badge-remove {
+      color: bd.$white;
+    }
   }
 }