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:
Diffstat (limited to 'app/assets/stylesheets/pages/labels.scss')
-rw-r--r--app/assets/stylesheets/pages/labels.scss15
1 files changed, 0 insertions, 15 deletions
diff --git a/app/assets/stylesheets/pages/labels.scss b/app/assets/stylesheets/pages/labels.scss
index 82216b8d5c5..bd66319d78f 100644
--- a/app/assets/stylesheets/pages/labels.scss
+++ b/app/assets/stylesheets/pages/labels.scss
@@ -74,21 +74,11 @@
> li:not(.empty-message):not(.no-border) {
background-color: $white;
- margin-bottom: 5px;
display: flex;
justify-content: space-between;
- padding: $gl-padding;
- border-radius: $border-radius-default;
- border: 1px solid $gray-50;
-
- &:last-child {
- margin-bottom: 0;
- }
.prioritized-labels:not(.is-not-draggable) & {
- box-shadow: 0 1px 2px $issue-boards-card-shadow;
cursor: grab;
- border: 0;
&:active {
cursor: grabbing;
@@ -111,11 +101,6 @@
width: 109px;
}
-.labels-container {
- border-radius: $border-radius-default;
- padding: $gl-padding $gl-padding-8;
-}
-
.label-actions-list {
list-style: none;
flex-shrink: 0;