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:
authorConnor Shea <connor.james.shea@gmail.com>2016-08-16 20:46:01 +0300
committerConnor Shea <connor.james.shea@gmail.com>2016-08-16 20:46:01 +0300
commit45f1a711c0d07b24b818a28f18d6ba0d1a425c0e (patch)
tree3c0569d311c0b215e46014b6e9c4410721e7fea1 /app/assets/stylesheets/behaviors.scss
parent7f793ba03507d293d13ca0b791eaa901d85715e0 (diff)
Add comment for v-cloak selector. [ci skip]
Diffstat (limited to 'app/assets/stylesheets/behaviors.scss')
-rw-r--r--app/assets/stylesheets/behaviors.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/assets/stylesheets/behaviors.scss b/app/assets/stylesheets/behaviors.scss
index 7ddba5df8d3..897bc49e7df 100644
--- a/app/assets/stylesheets/behaviors.scss
+++ b/app/assets/stylesheets/behaviors.scss
@@ -21,6 +21,7 @@
}
}
+// Hide element if Vue is still working on rendering it fully.
[v-cloak="true"] {
- display: none!important;
+ display: none !important;
}