Welcome to mirror list, hosted at ThFree Co, Russian Federation.

behaviors.scss « stylesheets « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bcfa5bac5d5232429c4daa011e73292467f278f5 (plain)
1
2
3
4
// Hide element if Vue is still working on rendering it fully.
[v-cloak='true'] {
  display: none !important;
}