Skip to content

Commit

Permalink
feat(manager): add loading message to files pane
Browse files Browse the repository at this point in the history
  • Loading branch information
etnguyen03 committed Nov 23, 2020
1 parent 31a4f33 commit 2f76a82
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions manager/director/static/css/site-editor/files-pane.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@
opacity: 0.5;
}

.files-pane > .items.disabled > .children:empty::before {
content: "Loading...";
margin-left: 10px;
color: black;
font-style: italic;
}


.files-pane .root-drop-container {
flex: 1 1;
min-height: 30px;
Expand Down

0 comments on commit 2f76a82

Please sign in to comment.