Skip to content

Commit

Permalink
Merge pull request #1536 from projectblacklight/loading-animation-for…
Browse files Browse the repository at this point in the history
…-sidebar-expand-button

Add placeholder loading animation to expand button
  • Loading branch information
corylown authored May 10, 2024
2 parents d4f83a5 + 86bac24 commit 0607f90
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ $hierarchy-view-collapse-icon: url("data:image/svg+xml,<svg xmlns='http://www.w3
display: none;
}

turbo-frame[loading]:not([complete]) {
&::after {
turbo-frame[busy] {
&::before {
@extend .placeholder !optional;
animation: placeholder-glow 2s ease-in-out infinite;
content: 'Loading...';
Expand Down

0 comments on commit 0607f90

Please sign in to comment.