Skip to content

Commit

Permalink
Removed white flicker upon loading in mobile view
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Jackson authored and Paul Jackson committed Jul 21, 2012
1 parent 16c5192 commit eda579d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build/theme-gcwu-fegc/css/theme-min.css

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions src/theme-gcwu-fegc/sass/includes/default-mobile.scss
Expand Up @@ -10,6 +10,11 @@ body{
color:#333;
}

/* Override jQuery Mobile hiding of content on mobile loading to eliminate white flicker */
.ui-mobile-rendering > * {
visibility: visible !important;
}

#wb-skip {
display:none;
visibility:hidden;
Expand Down

0 comments on commit eda579d

Please sign in to comment.