]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
Merge pull request #35954 from SchoolGuy/dashboard/bootrapify
authorLenz Grimmer <lgrimmer@suse.com>
Mon, 10 Aug 2020 14:55:20 +0000 (16:55 +0200)
committerGitHub <noreply@github.com>
Mon, 10 Aug 2020 14:55:20 +0000 (16:55 +0200)
Reviewed-by: Alfonso Martínez <almartin@redhat.com>
Reviewed-by: Sebastian Krah <skrah@suse.com>
Reviewed-by: Tiago Melo <tmelo@suse.com>
1  2 
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-list/osd-list.component.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/info-card/info-card-popover.scss
src/pybind/mgr/dashboard/frontend/src/app/core/navigation/notifications/notifications.component.scss
src/pybind/mgr/dashboard/frontend/src/app/shared/components/grafana/grafana.component.html
src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/table-actions/table-actions.component.ts

index 2120b351f5b66e386b79d760741ca2afea5e1a3d,69efe41c70ad05d7f32d69c9575eb4c913a34188..1379cfb600fcc2bd05db747b87e4902f3fc97cc2
@@@ -5,23 -5,5 +5,23 @@@
  }
  
  .running:hover i {
-   color: bd.$color-solid-white;
+   color: bd.$white;
  }
 +
 +a {
 +  .dot {
 +    background-color: bd.$color-primary;
 +    border: 2px solid bd.$color-navbar-bg;
 +    border-radius: 50%;
 +    height: 11px;
 +    position: absolute;
 +    right: 17px;
 +    top: 10px;
 +    width: 10px;
 +  }
 +
 +  &:hover .dot {
 +    background-color: bd.$color-solid-white;
 +    border-color: bd.$color-primary;
 +  }
 +}