Skip to content

Commit 8388261

Browse files
authored
Merge pull request #4637 from Laravel-Backpack/remove-duplicate-spinner
remove duplicate spinner
2 parents 752c151 + 7fae4b7 commit 8388261

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

src/public/packages/backpack/base/css/blue-bundle.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/public/packages/backpack/base/css/bundle.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/resources/assets/scss/customs/_list.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
left: calc(50% - 16px);
1818
position: absolute;
1919
}
20+
21+
& > div {
22+
display: none !important;
23+
}
2024
}
2125

2226
.dataTables_length select {

0 commit comments

Comments
 (0)