debian-mirror-gitlab/app/assets/stylesheets/behaviors.scss

5 lines
112 B
SCSS
Raw Normal View History

2016-09-13 17:45:13 +05:30
// Hide element if Vue is still working on rendering it fully.
2020-07-28 23:09:34 +05:30
[v-cloak='true'] {
2016-09-13 17:45:13 +05:30
display: none !important;
}