From 04d03c4a1fc20b95c28ac43afb2a994bbabfae73 Mon Sep 17 00:00:00 2001 From: Enno Gotthold Date: Tue, 4 Aug 2020 16:58:38 +0200 Subject: [PATCH] mgr/dashboard: SCSS: Replaced usage of baseclass with specific The SCSS class cd-col-form-label is the specific and correct class to use. Previously sometimes the class col-form-label was used. Fixes: https://tracker.ceph.com/issues/46382 Signed-off-by: Enno Gotthold --- .../rbd-trash-move-modal.component.scss | 3 - .../cephfs-directories.component.scss | 2 +- .../app/ceph/cluster/logs/logs.component.html | 16 ++-- .../app/ceph/cluster/logs/logs.component.scss | 4 - .../mgr-module-form.component.html | 10 +-- .../osd/osd-list/osd-list.component.ts | 2 +- .../osd-recv-speed-modal.component.html | 10 +-- .../osd-reweight-modal.component.html | 4 +- .../info-card/info-card-popover.scss | 6 +- .../info-card/info-card.component.html | 2 +- .../info-card/info-card.component.scss | 1 - .../login-password-form.component.scss | 26 ++++++ .../app/core/auth/login/login.component.scss | 30 +++---- .../role-details/role-details.component.scss | 1 + .../navigation/navigation.component.scss | 40 ++++----- .../config-option.component.html | 8 +- .../components/grafana/grafana.component.html | 6 +- .../notifications-sidebar.component.scss | 4 +- .../refresh-selector.component.html | 6 +- .../components/select/select.component.html | 2 +- .../components/select/select.component.scss | 4 +- .../usage-bar/usage-bar.component.scss | 2 +- .../datatable/table/table.component.scss | 42 ++++----- .../mgr/dashboard/frontend/src/styles.scss | 45 ++-------- .../frontend/src/styles/_chart-tooltip.scss | 2 +- .../src/styles/bootstrap-extends.scss | 19 ++++ .../src/styles/ceph-custom/_basics.scss | 3 + .../src/styles/ceph-custom/_buttons.scss | 4 + .../src/styles/ceph-custom/_forms.scss | 10 ++- .../src/styles/ceph-custom/_grid.scss | 86 +------------------ .../src/styles/ceph-custom/_toast.scss | 2 +- .../styles/defaults/_bootstrap-defaults.scss | 72 ++++++++-------- .../frontend/src/styles/defaults/_mixins.scss | 10 +-- 33 files changed, 208 insertions(+), 276 deletions(-) diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.scss b/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.scss index c38279ab049..e69de29bb2d 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.scss +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.scss @@ -1,3 +0,0 @@ -.invalid-feedback { - display: block; -} diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-directories/cephfs-directories.component.scss b/src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-directories/cephfs-directories.component.scss index b1da0a7b0f4..95a3298fbe4 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-directories/cephfs-directories.component.scss +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-directories/cephfs-directories.component.scss @@ -8,7 +8,7 @@ } .quota-origin { - color: bd.$color-brand-teal; + color: bd.$primary; cursor: pointer; &:hover { diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/logs/logs.component.html b/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/logs/logs.component.html index f0e49476b76..404cccdca50 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/logs/logs.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/logs/logs.component.html @@ -51,9 +51,10 @@
- - @@ -87,10 +89,11 @@
-
- + -  —  +  —  -