Fix animation reset in Firefox
This commit is contained in:
parent
0c979cd79f
commit
7884fef5f3
2 changed files with 7 additions and 3 deletions
|
@ -587,7 +587,9 @@ p.editable:hover i {
|
|||
color: white;
|
||||
padding: 6px;
|
||||
border-radius: 4px;
|
||||
|
||||
}
|
||||
|
||||
.repo #clipboardCopied.animated {
|
||||
-webkit-animation: fadeOut 4s ease-in-out 0s 1 forwards;
|
||||
-moz-animation: fadeOut 4s ease-in-out 0s 1 forwards;
|
||||
-ms-animation: fadeOut 4s ease-in-out 0s 1 forwards;
|
||||
|
|
Reference in a new issue