Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request sidekiq#2468 from antstorm/refactor-pulsing-dot
Refactor pulsing beacon
  • Loading branch information
mperham committed Jul 31, 2015
2 parents 677c1bf + 33dca58 commit c240d72
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
10 changes: 2 additions & 8 deletions web/assets/javascripts/dashboard.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions web/assets/stylesheets/application.css
Expand Up @@ -496,7 +496,7 @@ div.interval-slider input {
z-index: 10;
}

.beacon .dot.pulse {
.beacon.pulse .dot {
-webkit-animation: beacon-dot-pulse 1s ease-out;
-moz-animation: beacon-dot-pulse 1s ease-out;
animation: beacon-dot-pulse 1s ease-out;
Expand Down Expand Up @@ -557,7 +557,7 @@ div.interval-slider input {
opacity: 0;
}

.beacon .ring.pulse {
.beacon.pulse .ring {
-webkit-animation: beacon-ring-pulse 1s;
-moz-animation: beacon-ring-pulse 1s;
animation: beacon-ring-pulse 1s;
Expand Down

0 comments on commit c240d72

Please sign in to comment.