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 <jschatz1@gmail.com>2016-04-17 00:48:35 +0300
committerJacob Schatz <jschatz1@gmail.com>2016-04-17 00:48:35 +0300
commit5048064dc5e7ca30f65209c7ccd9fb90f9ac49db (patch)
tree520d4c7ac81dd34a97f58d0009ae5670b467556f /app/assets/stylesheets/framework/mobile.scss
parent7dce9b1dc2edde2b4381604a3d0e09ba5835c6cf (diff)
parent84fba4d16248de96dcea1ab7e6a56aae58668175 (diff)
Merge branch 'issues-mobile-header' into 'master'
Refactored issue header to work better for mobile This will also work better for when the title makes the buttons drop down a new line Closes #14228 See merge request !3487
Diffstat (limited to 'app/assets/stylesheets/framework/mobile.scss')
-rw-r--r--app/assets/stylesheets/framework/mobile.scss7
1 files changed, 0 insertions, 7 deletions
diff --git a/app/assets/stylesheets/framework/mobile.scss b/app/assets/stylesheets/framework/mobile.scss
index 66180f38a4f..7eb451c124e 100644
--- a/app/assets/stylesheets/framework/mobile.scss
+++ b/app/assets/stylesheets/framework/mobile.scss
@@ -70,13 +70,6 @@
display: none;
}
- .issue-details {
- .creator,
- .page-title .btn-close {
- display: none;
- }
- }
-
%ul.notes .note-role, .note-actions {
display: none;
}