diff options
author | Phil Hughes <me@iamphill.com> | 2019-04-18 09:30:19 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2019-04-18 09:30:19 +0000 |
commit | 10b0883b413300c95374e9d88506098a83b7269a (patch) | |
tree | 6a3539c6801c73539236f894b49542006ce788b0 /app/assets | |
parent | 07e0afffccb6899a34bb502a4b76619ba70c8f58 (diff) | |
parent | 621a81c304d722d1a389a55356e44fcd6b631f38 (diff) | |
download | gitlab-ce-10b0883b413300c95374e9d88506098a83b7269a.tar.gz |
Merge branch '59830-dashboard-skeleton' into 'master'
Fixes stylelint for dashboard_skeleton
Closes #59830
See merge request gitlab-org/gitlab-ce!27422
Diffstat (limited to 'app/assets')
-rw-r--r-- | app/assets/stylesheets/components/dashboard_skeleton.scss | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/app/assets/stylesheets/components/dashboard_skeleton.scss b/app/assets/stylesheets/components/dashboard_skeleton.scss index 42ede599bc6..9775c329922 100644 --- a/app/assets/stylesheets/components/dashboard_skeleton.scss +++ b/app/assets/stylesheets/components/dashboard_skeleton.scss @@ -8,10 +8,6 @@ &-warning { background-color: $orange-100; } - - &-failed { - background-color: $red-100; - } } &-body { @@ -36,10 +32,6 @@ border-radius: $gl-padding; height: $gl-padding-32; - &-failed { - background-color: $red-100; - } - &-arrow { color: $gray-300; } @@ -56,6 +48,13 @@ } } + &-header, + &-footer { + &-failed { + background-color: $red-100; + } + } + &-skeleton-info { border-radius: $gl-padding; height: $gl-padding; |