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
path: root/app
diff options
context:
space:
mode:
authorFatih Acet <acetfatih@gmail.com>2018-07-02 12:45:17 +0300
committerFatih Acet <acetfatih@gmail.com>2018-07-02 12:45:17 +0300
commit31a98081bbe70f8ca569187b759b13a121f2c8a9 (patch)
tree8eba7b9e20e1557979fa4bf2fc4d503e6ae701bc /app
parent3c0ff4ddb9a910a2da0472cfc6ced745a421a623 (diff)
parent1943ecd325627a8a9fba29b6b0a2aa1108f5c56e (diff)
Merge branch 'other-label-items-border' into 'master'
Add border to "other" label items See merge request gitlab-org/gitlab-ce!20250
Diffstat (limited to 'app')
-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 79cac7f4ff0..391dfea0703 100644
--- a/app/assets/stylesheets/pages/labels.scss
+++ b/app/assets/stylesheets/pages/labels.scss
@@ -79,6 +79,7 @@
justify-content: space-between;
padding: $gl-padding;
border-radius: $border-radius-default;
+ border: 1px solid $theme-gray-100;
&.sortable-ghost {
opacity: 0.3;
@@ -89,6 +90,7 @@
cursor: move;
cursor: -webkit-grab;
cursor: -moz-grab;
+ border: 0;
&:active {
cursor: -webkit-grabbing;