Skip to content

Commit

Permalink
Remove unused animation
Browse files Browse the repository at this point in the history
  • Loading branch information
jwbonner committed Sep 21, 2024
1 parent 099ce92 commit 72f3fe4
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions www/hub.css
Original file line number Diff line number Diff line change
Expand Up @@ -515,15 +515,6 @@ div.field-item-label.loading {
}
}

@keyframes BackgroundSlide {
0% {
background-position-x: 0px;
}
100% {
background-position-x: 100000px;
}
}

div.field-item-label.known > span:first-child {
text-decoration: underline;
}
Expand Down

0 comments on commit 72f3fe4

Please sign in to comment.