summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/dropdowns.scss
diff options
context:
space:
mode:
authorPatrick Bajao <ebajao@gitlab.com>2019-04-11 15:49:53 -0800
committerPatrick Bajao <ebajao@gitlab.com>2019-04-11 15:49:53 +0800
commit171818df0a72097aa1a804c8213666b3f66b0966 (patch)
treeba412628c7f5a23fe31622f0e22af01bc9288855 /app/assets/stylesheets/framework/dropdowns.scss
parenta4262919f76d7d2f82754753dc03b6d2bf310905 (diff)
downloadgitlab-ce-171818df0a72097aa1a804c8213666b3f66b0966.tar.gz
Revert "Merge branch '24704-download-repository-path' into 'master'"revert-24704-download-repository-path
This reverts commit 6c75bd015cba181f028bc87c396c3d8e43b5dc3e, reversing changes made to 1be7f5aaa38aba79843eae8835be6c99c025e982.
Diffstat (limited to 'app/assets/stylesheets/framework/dropdowns.scss')
-rw-r--r--app/assets/stylesheets/framework/dropdowns.scss6
1 files changed, 1 insertions, 5 deletions
diff --git a/app/assets/stylesheets/framework/dropdowns.scss b/app/assets/stylesheets/framework/dropdowns.scss
index efcd35a2e0e..b90db135b4a 100644
--- a/app/assets/stylesheets/framework/dropdowns.scss
+++ b/app/assets/stylesheets/framework/dropdowns.scss
@@ -287,7 +287,7 @@
list-style: none;
padding: 0 1px;
- a:not(.btn),
+ a,
button,
.menu-item {
@include dropdown-link;
@@ -351,10 +351,6 @@
// Expects up to 3 digits on the badge
margin-right: 40px;
}
-
- .dropdown-menu-content {
- padding: $dropdown-item-padding-y $dropdown-item-padding-x;
- }
}
.droplab-dropdown {