Prevent old InlineSpinner gif from spinning

pull/21833/head
Andrew Morgan 2020-06-26 09:41:18 +01:00
parent 228a6adfdf
commit a2e33a2386
1 changed files with 2 additions and 10 deletions

View File

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