mirror of
https://github.com/kognise/water.css.git
synced 2025-12-06 06:44:58 +01:00
feat: show installation headline while picker loads
This commit is contained in:
parent
a77a2e9799
commit
3d667c928e
3 changed files with 4 additions and 4 deletions
|
|
@ -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...';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue