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:
authorwinh <winnie@gitlab.com>2017-06-19 16:14:48 +0300
committerwinh <winnie@gitlab.com>2017-06-19 16:14:48 +0300
commit80ea572d96179d135196ca1764280cabe90e34a1 (patch)
treefb9f7fa9d031b7df75f84c5c91c4c2fea1343e3e
parentc1d6edcd9c31675f70deb64d515e1575a9b1502e (diff)
-rw-r--r--app/assets/stylesheets/framework/dropdowns.scss6
1 files changed, 5 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/dropdowns.scss b/app/assets/stylesheets/framework/dropdowns.scss
index 83fe723e209..9e27856f847 100644
--- a/app/assets/stylesheets/framework/dropdowns.scss
+++ b/app/assets/stylesheets/framework/dropdowns.scss
@@ -1,9 +1,13 @@
.dropdown {
position: relative;
+}
+.dropdown-menu,
+.dropdown-menu-nav {
li {
a,
- .btn-link {
+ .btn {
+ border-radius: 0;
padding: 8px 16px;
&:hover,