Skip to content
This repository has been archived by the owner on Jun 4, 2023. It is now read-only.

Commit

Permalink
chromecast: remove one of the spinner
Browse files Browse the repository at this point in the history
It's not needed. There is a blinking cursor too.
  • Loading branch information
vincentbernat committed Nov 29, 2015
1 parent 9b90de4 commit b8d966c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion app/device-receiver.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@
<h1>Please, wait.</h1>
<h2>This, Jen, is the Internet.</h2>
</div>
<%= include('spinner') %>
<div class="status" id="status">Connecting...</div>
</div>
7 changes: 0 additions & 7 deletions app/styles/device-receiver.less
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ body {
z-index: 5;
}

@import "common/spinner";
.loading {
.intro {
position: absolute;
Expand All @@ -74,10 +73,4 @@ body {
}
}

.spinner {
position: absolute;
bottom: 100px;
right: 100px;
.loading-indicator(100px);
}
}

0 comments on commit b8d966c

Please sign in to comment.