Header bar button flicker

Just have to edit the post. all good now :+1:

Thanks for the image deletion .

The back button image and text alignment issue is realy hactic there is a css button.back.button…which may fix but its not overwriting due to some reson…i don’t know.

.bar .button.back-button
{
  display :block;  /*by removing this in developer tool it's auto adjust.*/
}

Hi @mhartington,
I am still looking for the solution why back button text going down while increasing image size. I tried it my self by changing “back-text” class but its breaking other things,

can u plz provide some solution on this.

I’m currently working on SideMenu and tab-based application using Ionic, and I couldn’t help noticing a flickering in each tab header-bar when navigating from one tab to the sidemenu page.