summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/repo.scss
diff options
context:
space:
mode:
authorJacob Schatz <jschatz1@gmail.com>2017-07-24 15:12:25 -0400
committerJacob Schatz <jschatz1@gmail.com>2017-07-24 15:12:25 -0400
commitfbacfdb0f0f484cac57b1c5a85f19ef141370c7c (patch)
treea40a8d0988285dab6dd8ec9a859ba68509b22aa3 /app/assets/stylesheets/pages/repo.scss
parentca6d178d07c21fadc008c4dbf58d8c6f1f9e374f (diff)
downloadgitlab-ce-fbacfdb0f0f484cac57b1c5a85f19ef141370c7c.tar.gz
Fixes broken edit mode in editor.
Diffstat (limited to 'app/assets/stylesheets/pages/repo.scss')
-rw-r--r--app/assets/stylesheets/pages/repo.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/repo.scss b/app/assets/stylesheets/pages/repo.scss
index a50006ec92c..7602d2c0893 100644
--- a/app/assets/stylesheets/pages/repo.scss
+++ b/app/assets/stylesheets/pages/repo.scss
@@ -49,6 +49,7 @@
.cursor {
background: $black;
border-color: $black;
+ display: block !important;
}
}
}