Prevent old InlineSpinner gif from spinning

This commit is contained in:
Andrew Morgan 2020-06-26 09:41:18 +01:00
parent 228a6adfdf
commit a2e33a2386

View file

@ -18,15 +18,7 @@ limitations under the License.
display: inline; display: inline;
} }
.mx_InlineSpinner img { .mx_InlineSpinner_spin img {
margin: 0px 6px; margin: 0px 6px;
vertical-align: -3px; vertical-align: -3px;
animation: spin 1s linear infinite;
}
@keyframes spin {
100% {
transform: rotate(360deg);
}
} }