提交 bf1f4d77 编写于 作者: R Romén Rodríguez-Gil

[JENKINS-62065] Using keyframes rather than -webkit

No need to add browser prefixes since there is widespread support for this among browsers
上级 df74f7c7
......@@ -1666,7 +1666,7 @@ table.progress-bar.red td.progress-bar-done {
animation: fadeout 350ms ease-in 1 normal forwards;
}
@-webkit-keyframes fadein{
@keyframes fadein{
from{
opacity: 0;
}
......@@ -1675,7 +1675,7 @@ table.progress-bar.red td.progress-bar-done {
}
}
@-webkit-keyframes fadeout{
@keyframes fadeout{
from{
opacity: 1;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册