Skip to content

Commit

Permalink
Delete css comments
Browse files Browse the repository at this point in the history
  • Loading branch information
fatih-erikli committed Sep 4, 2023
1 parent 5971c62 commit cc2d930
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/fontra/client/css/tooltip.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
color: #ffffff;
z-index: 1;
opacity: 0;

/* disable when reduced-motion */
animation-name: disappear;
animation-delay: 1000ms;
animation-duration: 6s;
Expand All @@ -39,14 +37,11 @@
border-width: 6px 6px 0;
z-index: 1;
opacity: 0;

/* disable when reduced-motion */
animation-name: disappear;
animation-delay: 1000ms;
animation-duration: 6s;
}

/* disable when reduced-motion */
@keyframes disappear {
0% {
opacity: 1;
Expand Down

0 comments on commit cc2d930

Please sign in to comment.