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>2017-08-06 19:44:18 +0300
committerJacob Schatz <jschatz1@gmail.com>2017-08-06 19:44:18 +0300
commit1ddfca83dfcf1f4f749ee5686a2e652bf344d0d4 (patch)
treeac7667a7cacecb283abb38b67208654932274032 /app/assets/stylesheets/framework/layout.scss
parent343a45dc588070cd7d0df30821dcec8c7b95a387 (diff)
Move v-cloak to a more general area.
Diffstat (limited to 'app/assets/stylesheets/framework/layout.scss')
-rw-r--r--app/assets/stylesheets/framework/layout.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/layout.scss b/app/assets/stylesheets/framework/layout.scss
index 67c3287ed74..d43f5fd37ef 100644
--- a/app/assets/stylesheets/framework/layout.scss
+++ b/app/assets/stylesheets/framework/layout.scss
@@ -124,3 +124,7 @@ of the body element here, we negate cascading side effects but allow momentum sc
.with-performance-bar .page-with-sidebar {
margin-top: $header-height + $performance-bar-height;
}
+
+[v-cloak] {
+ display: none;
+}