mirror of
https://github.com/moparisthebest/mail
synced 2024-11-22 08:52:15 -05:00
remove obsolete ng-animate css rules
This commit is contained in:
parent
f0b1d7934d
commit
38fce60e6c
@ -44,11 +44,6 @@
|
||||
transform: translateX(2px) translateY(2px);
|
||||
}
|
||||
|
||||
// prevent triggering ngAnimate animations
|
||||
&.ng-animate {
|
||||
transition: none;
|
||||
}
|
||||
|
||||
&[disabled],
|
||||
&[aria-disabled="true"] {
|
||||
cursor: not-allowed;
|
||||
|
@ -39,10 +39,6 @@
|
||||
color: $color-blue;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
&.ng-animate {
|
||||
transition: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -49,10 +49,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
li.ng-animate {
|
||||
transition: none;
|
||||
}
|
||||
|
||||
.autocomplete {
|
||||
margin-top: 5px;
|
||||
position: absolute;
|
||||
|
Loading…
Reference in New Issue
Block a user