Decrease GPU usage when window is invisible
This commit is contained in:
parent
9fb8114691
commit
2d3b1918b3
6 changed files with 40 additions and 54 deletions
|
@ -121,19 +121,11 @@
|
|||
|
||||
&--Pending:after {
|
||||
width: 12px;
|
||||
animation: module-message-detail__contact-group__header--Pending 4s linear
|
||||
infinite;
|
||||
animation: rotate 4s linear infinite;
|
||||
@include normal-icon('../images/sending.svg');
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes module-message-detail__contact-group__header--Pending {
|
||||
100% {
|
||||
-webkit-transform: rotate(360deg);
|
||||
transform: rotate(360deg);
|
||||
}
|
||||
}
|
||||
|
||||
.module-message-detail__contact {
|
||||
margin-bottom: 8px;
|
||||
padding: 8px 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue