UX: Fix the video spinner css (#25770)

A followup to 62e36145c5
This commit is contained in:
Jarek Radosz 2024-02-20 20:44:23 +01:00 committed by GitHub
parent 13083d03ae
commit 5817156499
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

View File

@ -965,6 +965,12 @@ aside.onebox.mixcloud-preview {
transition: transform 0s;
}
}
.spinner {
border-color: #fff;
border-right-color: rgba(0, 0, 0, 0);
margin: 0;
}
}
@include hover {