Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortauriedavis <taurie@gitlab.com>2017-11-07 23:38:51 +0300
committertauriedavis <taurie@gitlab.com>2017-11-07 23:38:51 +0300
commita613b19baaf075d1566c6247e8c21f2e0fe1487c (patch)
treefad3f8715219b73e2a20c5ad48d40d7665c23170 /app/assets/stylesheets/framework
parent2acfb6141e5f8f8335a62b7ce46f0383b7763765 (diff)
Change cursor to pointer on hover
Diffstat (limited to 'app/assets/stylesheets/framework')
-rw-r--r--app/assets/stylesheets/framework/wells.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/wells.scss b/app/assets/stylesheets/framework/wells.scss
index cae10f20b7a..40020ee6331 100644
--- a/app/assets/stylesheets/framework/wells.scss
+++ b/app/assets/stylesheets/framework/wells.scss
@@ -62,6 +62,7 @@
}
.limit-box {
+ cursor: pointer;
display: inline-flex;
align-items: center;
background-color: $red-100;