Skip to content

Commit 814af47

Browse files
author
Axel Barlet
committed
[LiveComponent] Update css to cover more data-loading use cases
1 parent 59cb869 commit 814af47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[data-loading=""],[data-loading=show],[data-loading=delay\|show]{display:none}
1+
[data-loading=""],[data-loading=show],[data-loading*=\|show]{display:none}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
[data-loading=""], [data-loading="show"], [data-loading="delay|show"] {
1+
[data-loading=""], [data-loading="show"], [data-loading*="|show"] {
22
display: none;
33
}

0 commit comments

Comments
 (0)