mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-06 17:05:10 +00:00
Improve ACL editor
This commit is contained in:
@@ -59,6 +59,17 @@ md-card {
|
||||
padding-top: 0;
|
||||
}
|
||||
}
|
||||
// Animate item removal
|
||||
&.ng-leave {
|
||||
transform: translateX(0%);
|
||||
transition-duration: 500ms;
|
||||
&.ng-leave-active {
|
||||
.md-button:not([disabled]):hover {
|
||||
background-color: transparent;
|
||||
}
|
||||
transform: translateX(-70%);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&.sg-collapsed {
|
||||
|
||||
Reference in New Issue
Block a user