Merge pull request #5355 from cmgustavo/bug/nav-bar-blank

Fixes when swipe back, the nav bar become blank
This commit is contained in:
Gabriel Edgardo Bazán 2016-12-27 21:56:08 +02:00 committed by GitHub
commit fbc5dcde04
3 changed files with 12 additions and 17 deletions

View file

@ -12,6 +12,8 @@ ion-tabs.ion-tabs-transparent {
background: none transparent;
}
ion-nav-bar.hide { display: block !important; }
// .placeholder-icon padding cannot be modified by a variable
$placeholder-icon-padding: 10px;
.placeholder-icon {