mirror of
https://github.com/moparisthebest/mail
synced 2025-02-16 23:20:09 -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);
|
transform: translateX(2px) translateY(2px);
|
||||||
}
|
}
|
||||||
|
|
||||||
// prevent triggering ngAnimate animations
|
|
||||||
&.ng-animate {
|
|
||||||
transition: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
&[disabled],
|
&[disabled],
|
||||||
&[aria-disabled="true"] {
|
&[aria-disabled="true"] {
|
||||||
cursor: not-allowed;
|
cursor: not-allowed;
|
||||||
|
@ -39,10 +39,6 @@
|
|||||||
color: $color-blue;
|
color: $color-blue;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.ng-animate {
|
|
||||||
transition: none;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -49,10 +49,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
li.ng-animate {
|
|
||||||
transition: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.autocomplete {
|
.autocomplete {
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
Loading…
Reference in New Issue
Block a user