We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92b873d commit 41a1ae2Copy full SHA for 41a1ae2
src/components/SettingsDialog.vue
@@ -278,7 +278,7 @@ export default {
278
<style scoped>
279
/* TODO: Use @nextcloud/vue LoadingIcon once we update to 7.0.0 and we won't
280
* have to do this */
281
-.material-design-icon.loading-icon ::v-deep svg {
+.material-design-icon.loading-icon:deep(svg) {
282
animation: rotate var(--animation-duration, 0.8s) linear infinite;
283
color: var(--color-loading-dark);
284
}
0 commit comments