summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/repo.scss
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2018-05-31 11:18:21 +0100
committerPhil Hughes <me@iamphill.com>2018-06-04 17:10:34 +0100
commit4e322d0778ddce02749de8973a4fe0b3b4dfec77 (patch)
treeeb389eaca8257af693df580d2456c5bd2c63484e /app/assets/stylesheets/pages/repo.scss
parente30168ddb77dbb12375e255c54463f6132c95945 (diff)
downloadgitlab-ce-4e322d0778ddce02749de8973a4fe0b3b4dfec77.tar.gz
Fixed alignment issues with IDE sidebar
Fixed sidebar tooltips not hiding after clicking
Diffstat (limited to 'app/assets/stylesheets/pages/repo.scss')
-rw-r--r--app/assets/stylesheets/pages/repo.scss17
1 files changed, 15 insertions, 2 deletions
diff --git a/app/assets/stylesheets/pages/repo.scss b/app/assets/stylesheets/pages/repo.scss
index 6bbcb15329c..55e8dbfa59f 100644
--- a/app/assets/stylesheets/pages/repo.scss
+++ b/app/assets/stylesheets/pages/repo.scss
@@ -458,6 +458,10 @@
width: auto;
margin-right: 0;
+ a {
+ height: 60px;
+ }
+
a:hover,
a:focus {
text-decoration: none;
@@ -718,9 +722,17 @@
}
.ide-new-btn {
+ .btn {
+ padding-top: 3px;
+ padding-bottom: 3px;
+ }
+
+ .dropdown {
+ display: flex;
+ }
+
.dropdown-toggle svg {
- margin-top: -2px;
- margin-bottom: 2px;
+ top: 0;
}
.dropdown-menu {
@@ -877,6 +889,7 @@
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
outline: 0;
+ cursor: pointer;
svg {
margin: 0 auto;