Skip to content
Snippets Groups Projects
Commit 6f523dab authored by Ray Schamp's avatar Ray Schamp
Browse files

Remove color rotation while saving

We have alerts for this now.
Resolves #3893
parent 12289b8d
No related branches found
No related tags found
No related merge requests found
......@@ -196,19 +196,6 @@
opacity: 0.5;
}
.save-in-progress {
animation: hue-rotate 3s linear infinite;
}
@keyframes hue-rotate {
from {
filter: hue-rotate();
}
to {
filter: hue-rotate(360deg);
}
}
.mystuff > a {
background-repeat: no-repeat;
background-position: center center;
......
......@@ -285,8 +285,7 @@ class MenuBar extends React.Component {
<Box
className={classNames(
this.props.className,
styles.menuBar,
{[styles.saveInProgress]: this.props.isUpdating}
styles.menuBar
)}
>
<div className={styles.mainMenu}>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment