Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Merge pull request #5667 from Liunkae/reload-fade-animation
Browse files Browse the repository at this point in the history
Animate fadeIn of titlebar buttons
  • Loading branch information
bsclifton authored Nov 21, 2016
2 parents 6dda7ef + ee10535 commit 76caf54
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion less/navigationBar.less
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,9 @@
}

&:not(.titleMode) {
.urlbarForm, .browserButton, .bookmarkButtonContainer {
.urlbarForm,
.bookmarkButtonContainer,
span[class$="Button"] {
animation: fadeIn .6s;
opacity: 0;
animation-fill-mode: forwards;
Expand Down

0 comments on commit 76caf54

Please sign in to comment.