app/assets/stylesheets/materialize/components/_pulse.scss in materialize-sass-0.98.1 vs app/assets/stylesheets/materialize/components/_pulse.scss in materialize-sass-0.98.2
- old
+ new
@@ -3,17 +3,20 @@
content: '';
display: block;
position: absolute;
width: 100%;
height: 100%;
+ top: 0;
+ left: 0;
background-color: inherit;
border-radius: inherit;
transition: opacity .3s, transform .3s;
animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
z-index: -1;
}
overflow: initial;
+ position: relative;
}
@keyframes pulse-animation {
0% {
opacity: 1;