Skip to content

Commit

Permalink
fix(kit): block user selection in skeleton (#9001)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajitzero authored Sep 13, 2024
1 parent b54cf92 commit 49b0e03
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions projects/kit/directives/skeleton/skeleton.style.less
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
box-shadow: none !important;
filter: contrast(0) brightness(0);
animation: tuiSkeleton ease-in-out 1s infinite alternate;
user-select: none;
pointer-events: none;

&[data-tui-skeleton] {
background: transparent !important;
Expand Down

0 comments on commit 49b0e03

Please sign in to comment.