mirror of
https://github.com/ansible/awx.git
synced 2026-03-07 03:31:10 -03:30
add global error fade transitions
This commit is contained in:
@@ -2067,3 +2067,16 @@ button.dropdown-toggle,
|
||||
.form-control.ng-dirty.ng-invalid, .form-control.ng-dirty.ng-invalid:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.error {
|
||||
opacity: 1;
|
||||
transition: opacity 0.2s;
|
||||
}
|
||||
|
||||
.error.ng-hide-add {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.error.ng-hide {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user