Skip to content

Commit 3d94694

Browse files
Adding style for loading cursor
1 parent 5f9020c commit 3d94694

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/plugin/styles/main.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@
1717
}
1818
}
1919

20+
&-loading {
21+
.v-inline-fields--display-wrapper-value {
22+
cursor: wait !important;
23+
}
24+
}
25+
2026
// ------------------------------------------------ Table Field (tableField) Prop = true //
2127
&-table {
2228
--v-inline-fields-top-padding-compact: 0;

0 commit comments

Comments
 (0)