gitlab-org--gitlab-foss/app/assets/stylesheets/behaviors.scss

4 lines
112 B
SCSS

// Hide element if Vue is still working on rendering it fully.
[v-cloak='true'] {
display: none !important;
}