Skip to content

Commit 41a1ae2

Browse files
christianlupusMarcelRobitaille
authored andcommitted
Fix stylelint code formatting
Signed-off-by: Christian Wolf <[email protected]>
1 parent 92b873d commit 41a1ae2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/SettingsDialog.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ export default {
278278
<style scoped>
279279
/* TODO: Use @nextcloud/vue LoadingIcon once we update to 7.0.0 and we won't
280280
* have to do this */
281-
.material-design-icon.loading-icon ::v-deep svg {
281+
.material-design-icon.loading-icon:deep(svg) {
282282
animation: rotate var(--animation-duration, 0.8s) linear infinite;
283283
color: var(--color-loading-dark);
284284
}

0 commit comments

Comments
 (0)