Minor fixes for new version of the library

This commit is contained in:
RemixDev
2020-08-16 12:29:08 +02:00
parent 5f2488846b
commit 6c72c1fb2f
4 changed files with 9 additions and 5 deletions

View File

@@ -19,7 +19,9 @@
}
.converting {
background-color: var(--secondary-color)
background-color: var(--secondary-color);
-webkit-transition: none !important;
transition: none !important;
}
.indeterminate {