Skip to content

Commit

Permalink
Rename class name for text slide.
Browse files Browse the repository at this point in the history
  • Loading branch information
hermanzdosilovic committed Jan 5, 2020
1 parent bf153b6 commit 8dc59c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions css/ide.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@ body {
100% { transform: translateX(-100%); }
}

.text {
.navigation-message-text {
white-space: nowrap;
-moz-animation: slide 60s linear infinite;
-webkit-animation: slide 60s linear infinite;
animation: slide 60s linear infinite;
}

.text:hover {
.navigation-message-text:hover {
-moz-animation-play-state: paused;
-webkit-animation-play-state: paused;
animation-play-state: paused;
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ <h2>Judge0 IDE</h2>
<button id="run-btn" class="ui primary labeled icon button"><i class="play icon"></i>Run (F9)</button>
</div>
<div id="navigation-message" class="item borderless">
<span class="text"></span>
<span class="navigation-message-text"></span>
</div>
</div>
<div class="right menu">
Expand Down

0 comments on commit 8dc59c0

Please sign in to comment.