From: Tiago Melo Date: Thu, 11 Jul 2019 17:36:45 +0000 (+0000) Subject: mgr/dashboard: Remove button and badge radius X-Git-Tag: v15.1.0~2223^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F29001%2Fhead;p=ceph.git mgr/dashboard: Remove button and badge radius Fixes: http://tracker.ceph.com/issues/38953 Signed-off-by: Tiago Melo --- diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-details/rbd-details.component.html b/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-details/rbd-details.component.html index 3f4f04d9bf6d..21956cb39a67 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-details/rbd-details.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-details/rbd-details.component.html @@ -48,7 +48,7 @@ class="bold">Features - {{ feature }} + {{ feature }} diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/configuration/configuration-details/configuration-details.component.html b/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/configuration/configuration-details/configuration-details.component.html index df6ff98cce46..1ceac7b25da4 100755 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/configuration/configuration-details/configuration-details.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/configuration/configuration-details/configuration-details.component.html @@ -58,7 +58,7 @@ - {{ flag | uppercase }} + {{ flag | uppercase }} @@ -68,7 +68,7 @@ class="bold">Services - {{ service }} + {{ service }} diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/configuration/configuration-form/configuration-form.component.html b/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/configuration/configuration-form/configuration-form.component.html index 0f535cb810ac..94ba92f099a5 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/configuration/configuration-form/configuration-form.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/configuration/configuration-form/configuration-form.component.html @@ -86,7 +86,7 @@
- {{ service }} + {{ service }}
diff --git a/src/pybind/mgr/dashboard/frontend/src/app/shared/components/select-badges/select-badges.component.html b/src/pybind/mgr/dashboard/frontend/src/app/shared/components/select-badges/select-badges.component.html index 33eeb80ffc99..0f23aee87aa3 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/shared/components/select-badges/select-badges.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/shared/components/select-badges/select-badges.component.html @@ -11,7 +11,7 @@ - + {{ dataItem }} diff --git a/src/pybind/mgr/dashboard/frontend/src/styles.scss b/src/pybind/mgr/dashboard/frontend/src/styles.scss index 4554edfc3a03..60d5651e05fe 100644 --- a/src/pybind/mgr/dashboard/frontend/src/styles.scss +++ b/src/pybind/mgr/dashboard/frontend/src/styles.scss @@ -122,15 +122,6 @@ option { } } -.btn-secondary, -.btn-light { - border-radius: $button-radius; -} - -form .input-group .btn-light { - border-radius: $border-radius; -} - // We have some inputs that don't have a corresponding formControlName, // to be able to get the same styling and no JS errors we need use a different // class name diff --git a/src/pybind/mgr/dashboard/frontend/src/styles/defaults.scss b/src/pybind/mgr/dashboard/frontend/src/styles/defaults.scss index 145937fc2d3f..288730d040ae 100644 --- a/src/pybind/mgr/dashboard/frontend/src/styles/defaults.scss +++ b/src/pybind/mgr/dashboard/frontend/src/styles/defaults.scss @@ -77,9 +77,6 @@ $color-error-btn-border: $color-pink !default; $color-noscript-text: $color-mild-gray !default; $color-required-text: $color-pink !default; -/*Button*/ -$button-radius: 1.875rem !default; - /*Login*/ $color-login-row-text: $color-solid-white !default; $color-login-row-bg: $color-secondary !default;