Remove further vendor-prefixed CSS

This commit is contained in:
MrTimscampi 2020-01-02 13:36:44 +01:00
parent 4acf4f071e
commit 93e2aa2d3f
16 changed files with 23 additions and 248 deletions

View file

@ -403,16 +403,6 @@ a[data-role=button] {
background: #292929 !important;
}
@-webkit-keyframes rotating {
from {
transform: rotate(0)
}
to {
transform: rotate(360deg)
}
}
@keyframes rotating {
from {
transform: rotate(0)