Skip to content

Commit

Permalink
Remove transition delay on sidebar text
Browse files Browse the repository at this point in the history
  • Loading branch information
JammingBen committed Sep 1, 2022
1 parent e7806d0 commit 8f1d848
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ export default {
.text {
opacity: 1;
transition: all 0s;
transition-delay: 0.1s;
}
.text-invisible {
opacity: 0 !important;
Expand Down

0 comments on commit 8f1d848

Please sign in to comment.