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:
authorJacob Schatz <jschatz@gitlab.com>2017-01-12 17:57:57 +0300
committerJacob Schatz <jschatz@gitlab.com>2017-01-12 17:57:57 +0300
commit3c9a3918e6a93a3e3cdcbe63214809d2ba9eb959 (patch)
tree8cffc46c996b4baf6a751da6a658beb24509d5f5 /app/assets/stylesheets/framework/mobile.scss
parent50fff719fc148ac9f6f6a309770c6136a3aeb31b (diff)
parent3e457f78cf6798042a1fc30790c24f935861182f (diff)
Merge branch 'search-bar-first-iteration' into 'master'
Search bar first iteration Closes #21747 See merge request !7345
Diffstat (limited to 'app/assets/stylesheets/framework/mobile.scss')
-rw-r--r--app/assets/stylesheets/framework/mobile.scss6
1 files changed, 5 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/mobile.scss b/app/assets/stylesheets/framework/mobile.scss
index 92d687996e9..8e2c56a8488 100644
--- a/app/assets/stylesheets/framework/mobile.scss
+++ b/app/assets/stylesheets/framework/mobile.scss
@@ -23,12 +23,16 @@
margin-right: 0;
}
- .issues-details-filters,
+ .issues-details-filters:not(.filtered-search-block),
.dash-projects-filters,
.check-all-holder {
display: none;
}
+ .issues-holder .issue-check {
+ display: none;
+ }
+
.rss-btn {
display: none;
}