Merge pull request #4380 from gabrielbazan7/fix/ngHideDelay
fix ng-hide ng-show delay
This commit is contained in:
commit
ca15ae7b61
1 changed files with 4 additions and 0 deletions
|
|
@ -20,6 +20,10 @@
|
|||
z-index: -1;
|
||||
}
|
||||
|
||||
.ng-hide.ng-hide-animate{
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.radio-label {
|
||||
text-transform: none;
|
||||
font-weight: 400;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue