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:
authorLuke "Jared" Bennett <lbennett@gitlab.com>2016-12-22 15:31:25 +0300
committerLuke "Jared" Bennett <lbennett@gitlab.com>2016-12-22 15:31:25 +0300
commitb552f2b02039de374c9eca229ec2b220b1577c08 (patch)
tree60aa2a5c9d3cfa743e13c3e323e19178ca3781d0 /app/assets
parent6d9c1d3efce00da95832feaaf36227bcbffecadf (diff)
Removed color-label overwrites
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/pages/milestone.scss6
1 files changed, 0 insertions, 6 deletions
diff --git a/app/assets/stylesheets/pages/milestone.scss b/app/assets/stylesheets/pages/milestone.scss
index 77c523d7310..f47ae9c6157 100644
--- a/app/assets/stylesheets/pages/milestone.scss
+++ b/app/assets/stylesheets/pages/milestone.scss
@@ -25,12 +25,6 @@
}
.issuable-row {
- .color-label {
- border-radius: 2px;
- padding: 3px !important;
- margin-right: 7px;
- }
-
span a {
color: $gl-text-color;
word-wrap: break-word;