fix ng-hide ng-show delay
This commit is contained in:
parent
41f76292fe
commit
765a73a576
1 changed files with 4 additions and 0 deletions
|
|
@ -20,6 +20,10 @@
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ng-hide.ng-hide-animate{
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
.radio-label {
|
.radio-label {
|
||||||
text-transform: none;
|
text-transform: none;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue