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:
authorPhil Hughes <me@iamphill.com>2017-09-04 12:45:41 +0300
committerPhil Hughes <me@iamphill.com>2017-09-04 12:45:41 +0300
commitcf2aabc8cd81b388f46cdc7753f9ca860671ec77 (patch)
tree81bf7cd158223f410ea536af9d3f0d16b3355abe /app/assets/stylesheets/pages/issues.scss
parentceaed53512cbb3b97a5fc27d0e68a8004734cc8d (diff)
parent5a9d5a0204427b6cd37bda22ae76795ccdc41cf1 (diff)
Merge branch 'winh-issue-create-new-dropdown' into 'master'
Make create merge request / branch dropdown on issue page style consistent See merge request !13457
Diffstat (limited to 'app/assets/stylesheets/pages/issues.scss')
-rw-r--r--app/assets/stylesheets/pages/issues.scss11
1 files changed, 2 insertions, 9 deletions
diff --git a/app/assets/stylesheets/pages/issues.scss b/app/assets/stylesheets/pages/issues.scss
index 518bb270b88..0213e7aa9d9 100644
--- a/app/assets/stylesheets/pages/issues.scss
+++ b/app/assets/stylesheets/pages/issues.scss
@@ -186,6 +186,8 @@ ul.related-merge-requests > li {
}
.create-mr-dropdown-wrap {
+ @include new-style-dropdown;
+
.btn-group:not(.hide) {
display: flex;
}
@@ -212,15 +214,6 @@ ul.related-merge-requests > li {
}
li:not(.divider) {
- padding: 6px;
- cursor: pointer;
-
- &:hover,
- &:focus {
- background-color: $dropdown-hover-color;
- color: $white-light;
- }
-
&.droplab-item-selected {
.icon-container {
i {