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-08-10 22:59:26 +0300
committerwinh <winnie@gitlab.com>2017-08-29 16:13:22 +0300
commitfde951b8dcb61625df5fc0d3144154fd93d3ea76 (patch)
treedda8eeb3970040d1d1a9c3f4a663cced86bef7f4 /app/assets/stylesheets/pages/labels.scss
parent6f0f65becbbe968bd26a5a3872044d7b8633bf2e (diff)
Make label actions dropdown style consistent
Diffstat (limited to 'app/assets/stylesheets/pages/labels.scss')
-rw-r--r--app/assets/stylesheets/pages/labels.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/labels.scss b/app/assets/stylesheets/pages/labels.scss
index ee48f7a3626..443f5500684 100644
--- a/app/assets/stylesheets/pages/labels.scss
+++ b/app/assets/stylesheets/pages/labels.scss
@@ -116,6 +116,8 @@
}
.manage-labels-list {
+ @include new-style-dropdown;
+
> li:not(.empty-message):not(.is-not-draggable) {
background-color: $white-light;
cursor: move;