Merge "Remove unused '@-webkit-keyframes'."

This commit is contained in:
jenkins-bot 2023-04-30 11:50:57 +00:00 committed by Gerrit Code Review
commit ac234277ea

View file

@ -48,16 +48,6 @@
.text-overflow( @visible: false );
}
@-webkit-keyframes fadeInImage {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes fadeInImage {
from {
opacity: 0;