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:
authorClement Ho <ClemMakesApps@gmail.com>2016-08-29 19:05:22 +0300
committerClement Ho <ClemMakesApps@gmail.com>2016-08-29 19:05:22 +0300
commit2fe2f67da8c325309bd2a0aee06e0068ac7061c4 (patch)
tree09403dbc70953b28d0ef9ababd284b50429b45ed /app
parent0693fee2b43df30eb1ba8d1c2eea88bbd30507c7 (diff)
Fix inconsistent background color for filter input field
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/framework/nav.scss6
1 files changed, 0 insertions, 6 deletions
diff --git a/app/assets/stylesheets/framework/nav.scss b/app/assets/stylesheets/framework/nav.scss
index ef2fe844f94..ba0a167c419 100644
--- a/app/assets/stylesheets/framework/nav.scss
+++ b/app/assets/stylesheets/framework/nav.scss
@@ -211,12 +211,6 @@
}
}
- .project-filter-form {
- input {
- background-color: $background-color;
- }
- }
-
@media (max-width: $screen-xs-max) {
padding-bottom: 0;
width: 100%;