We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59cb869 commit 814af47Copy full SHA for 814af47
src/LiveComponent/assets/dist/live.min.css
@@ -1 +1 @@
1
-[data-loading=""],[data-loading=show],[data-loading=delay\|show]{display:none}
+[data-loading=""],[data-loading=show],[data-loading*=\|show]{display:none}
src/LiveComponent/assets/styles/live.css
@@ -1,3 +1,3 @@
-[data-loading=""], [data-loading="show"], [data-loading="delay|show"] {
+[data-loading=""], [data-loading="show"], [data-loading*="|show"] {
2
display: none;
3
}
0 commit comments