diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-04-14 06:09:37 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-04-14 06:09:37 +0000 |
commit | 5ebc4d92cd5fbb46c627eb04d500384893dbe2b4 (patch) | |
tree | 8be5d756e0d02a3245843575e4b3cd2068c80e72 /app/assets/stylesheets | |
parent | 52cacdb89bb29f355e0c3a33c3250ac2d3fea036 (diff) | |
download | gitlab-ce-5ebc4d92cd5fbb46c627eb04d500384893dbe2b4.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r-- | app/assets/stylesheets/components/dashboard_skeleton.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/assets/stylesheets/components/dashboard_skeleton.scss b/app/assets/stylesheets/components/dashboard_skeleton.scss index a104d035a9a..2e2c1fefc79 100644 --- a/app/assets/stylesheets/components/dashboard_skeleton.scss +++ b/app/assets/stylesheets/components/dashboard_skeleton.scss @@ -4,6 +4,8 @@ } .dashboard-card { + @include gl-cursor-grab; + &-header { &-warning { background-color: $orange-100; |