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:
authorAlfredo Sumaran <alfredo@gitlab.com>2016-02-22 18:53:04 +0300
committerAlfredo Sumaran <alfredo@gitlab.com>2016-02-22 18:53:04 +0300
commitde3cdcfcd624971eabdcd00800d3e2d62c5c88ab (patch)
treebe8c418b7c34986de9b22595ada43e8e257b81ad
parent983dbe2aaaedc41ae33b6942af5c952499a8cbc9 (diff)
Delete unused CSS rule
-rw-r--r--app/assets/stylesheets/framework/filters.scss7
1 files changed, 0 insertions, 7 deletions
diff --git a/app/assets/stylesheets/framework/filters.scss b/app/assets/stylesheets/framework/filters.scss
index 6a28a6ccbb1..eab41628677 100644
--- a/app/assets/stylesheets/framework/filters.scss
+++ b/app/assets/stylesheets/framework/filters.scss
@@ -21,10 +21,3 @@
}
}
}
-
-.issues-filters,
-.issues_bulk_update {
- .select2-container .select2-choice {
- // color: #444 !important;
- }
-}