We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f144954 + 82fff45 commit 816d721Copy full SHA for 816d721
share/static/css/elevator/inline-edit.css
@@ -69,14 +69,17 @@ div.editable.loading>form.editor>.cancel {
69
display: none;
70
}
71
72
-div.editable.loading>form.editor>.loading {
+/* .spinner-border avoids conflicts with other .loading elements.
73
+ E.g. TomSelect elements have .loading while a remote search is in progress. */
74
+
75
+div.editable.loading>form.editor>.loading.spinner-border {
76
display: flex;
77
margin-top: 0.5em;
78
margin-left: 0.5em;
79
padding: 0.5em;
80
81
-div.editable>form.editor>.loading {
82
+div.editable>form.editor>.loading.spinner-border {
83
84
85
0 commit comments