1
0
mirror of https://github.com/kognise/water.css.git synced 2025-08-09 14:47:08 +02:00

feat: show installation headline while picker loads

This commit is contained in:
Jonas Kuske
2019-05-31 01:28:24 +02:00
parent a77a2e9799
commit 3d667c928e
3 changed files with 4 additions and 4 deletions

View File

@@ -64,9 +64,9 @@ body > footer {
.v-leave-active {
transition: transform 220ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
[v-cloak] > * {
[v-cloak] > *:not(h2) {
display: none;
}
[v-cloak]::before {
[v-cloak]::after {
content: 'Version picker is loading...';
}