Merge pull request #4380 from gabrielbazan7/fix/ngHideDelay

fix ng-hide ng-show delay
This commit is contained in:
Gustavo Maximiliano Cortez 2016-06-14 12:22:35 -03:00 committed by GitHub
commit ca15ae7b61
1 changed files with 4 additions and 0 deletions

View File

@ -20,6 +20,10 @@
z-index: -1;
}
.ng-hide.ng-hide-animate{
display: none !important;
}
.radio-label {
text-transform: none;
font-weight: 400;