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

Commit

Permalink
Bug 1155091 - Fix music controls causing utility tray flicker. r=kgra…
Browse files Browse the repository at this point in the history
…ndon
  • Loading branch information
Cwiiis authored and rvandermeulen committed May 7, 2015
1 parent 1ed6b0f commit 91d8140
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 91d8140

Please sign in to comment.