Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Caner Akdas <canerakdas@gmail.com>
Signed-off-by: Claudio W <cwunder@gnome.org>
  • Loading branch information
ovflowd and canerakdas authored Dec 23, 2024
1 parent 83ca084 commit af6e97b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions apps/site/components/Common/Skeleton/index.module.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.skeleton {
@apply dark:animate-pulse-dark
@apply motion-safe:dark:animate-pulse-dark
pointer-events-none
animate-pulse
motion-safe:animate-pulse
cursor-default
select-none
rounded-md
Expand All @@ -17,7 +17,8 @@
}

.skeleton:empty {
@apply block h-3;
@apply block
h-3;
}

.skeleton > *,
Expand Down

0 comments on commit af6e97b

Please sign in to comment.