Skip to content

Commit

Permalink
Shorten transition duration
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhill committed May 6, 2020
1 parent f676b8b commit 65d9e3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/css/popup-fenix.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
--popup-gap-extra-thin: calc(0.25 * var(--font-size));
font-size: var(--font-size);
line-height: 20px;
transition-duration: 0.2s;
transition-duration: 0.1s;
transition-property: opacity;
width: 100%;
}
Expand Down

0 comments on commit 65d9e3f

Please sign in to comment.