Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Bug 1155091 - merge pull request #29886 from Cwiiis:bug1155091-fix-ut…
Browse files Browse the repository at this point in the history
…ility-tray-flicker to mozilla-b2g:master
  • Loading branch information
mozilla-autolander-deprecated committed May 5, 2015
2 parents f07769a + f507ec5 commit 494e46c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions apps/system/style/media_playback/media_playback.css
Expand Up @@ -32,6 +32,11 @@
overflow: hidden;
text-align: center;
font-size: 0; /* ensure there's no space between the buttons */

/* If we inherit the tray visibility, we end up causing Bug 1155091 when
* the icon font loads in the playback controls.
*/
visibility: visible;
}

.media-playback-controls > [data-icon] {
Expand Down

0 comments on commit 494e46c

Please sign in to comment.