summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/projects.scss
diff options
context:
space:
mode:
authorTim Zallmann <tzallmann@gitlab.com>2017-11-30 08:56:32 +0000
committerTim Zallmann <tzallmann@gitlab.com>2017-11-30 08:56:32 +0000
commitf2cd91dd72ca1b09047347893097675ddd72d7b9 (patch)
tree19e7ed78a2a0bf9882a4c2c7036ff4efcee315ca /app/assets/stylesheets/pages/projects.scss
parentc923f96dc7ad4604d8162d96a5bcde44a776032b (diff)
parent349e3622f92cc4c6ea51ecaac76ef7c4ea8999e3 (diff)
downloadgitlab-ce-f2cd91dd72ca1b09047347893097675ddd72d7b9.tar.gz
Merge branch '39455-clone-dropdown-should-not-have-a-tooltip' into 'master'
Resolve "Clone dropdown should not have a tooltip" Closes #39455 See merge request gitlab-org/gitlab-ce!15334
Diffstat (limited to 'app/assets/stylesheets/pages/projects.scss')
-rw-r--r--app/assets/stylesheets/pages/projects.scss12
1 files changed, 12 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/projects.scss b/app/assets/stylesheets/pages/projects.scss
index 2c83b30500d..2dc0c288a6d 100644
--- a/app/assets/stylesheets/pages/projects.scss
+++ b/app/assets/stylesheets/pages/projects.scss
@@ -395,6 +395,18 @@
}
}
}
+
+ .clone-dropdown-btn {
+ background-color: $white-light;
+ }
+
+ .clone-options-dropdown {
+ min-width: 240px;
+
+ .dropdown-menu-inner-content {
+ min-width: 320px;
+ }
+ }
}
.project-repo-buttons {