Skip to content

Commit

Permalink
fix(fit): block user selection in skeleton
Browse files Browse the repository at this point in the history
Fixes #9000
  • Loading branch information
ajitzero committed Sep 12, 2024
1 parent a851e15 commit a0e69ee
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 a0e69ee

Please sign in to comment.