Changeset 203825 in webkit


Ignore:
Timestamp:
Jul 28, 2016 11:19:22 AM (8 years ago)
Author:
dino@apple.com
Message:

REGRESSION (r202880): Default controls pip glyph inverted
https://bugs.webkit.org/show_bug.cgi?id=160304
<rdar://problem/27578447>

Reviewed by Eric Carlson.

I accidentally committed the "Exit Picture-in-picture" glyph
for the "Enter Picture-in-picture" buttons :(

  • Modules/mediacontrols/mediaControlsApple.css:

(video::-webkit-media-controls-panel .picture-in-picture-button):
Use the correct artwork.

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r203821 r203825  
     12016-07-28  Dean Jackson  <dino@apple.com>
     2
     3        REGRESSION (r202880): Default controls pip glyph inverted
     4        https://bugs.webkit.org/show_bug.cgi?id=160304
     5        <rdar://problem/27578447>
     6
     7        Reviewed by Eric Carlson.
     8
     9        I accidentally committed the "Exit Picture-in-picture" glyph
     10        for the "Enter Picture-in-picture" buttons :(
     11
     12        * Modules/mediacontrols/mediaControlsApple.css:
     13        (video::-webkit-media-controls-panel .picture-in-picture-button):
     14        Use the correct artwork.
     15
    1162016-07-28  Chris Dumez  <cdumez@apple.com>
    217
  • trunk/Source/WebCore/Modules/mediacontrols/mediaControlsApple.css

    r202880 r203825  
    492492    height: 12px;
    493493
    494     background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 12" fill="rgba(255,255,255,0.45)"><polygon points="6 8 1 8 1 1 14 1 14 6 15 6 15 0 0 0 0 9 6 9 6 8"/><rect x="7" y="7" width="9" height="5"/><polyline points="5.33 2 5.33 3 3.67 3 5.67 5 5 5.67 3 3.67 3 5.33 2 5.33 2 2"/></svg>');
     494    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 12" fill="rgba(255,255,255,0.45)"><polygon points="6 8 1 8 1 1 14 1 14 6 15 6 15 0 0 0 0 9 6 9 6 8"/><rect x="7" y="7" width="9" height="5"/><polyline transform="translate(4, 4) rotate(180) translate(-4, -4)" points="5.33 2 5.33 3 3.67 3 5.67 5 5 5.67 3 3.67 3 5.33 2 5.33 2 2"/></svg>');
    495495  }
    496496
Note: See TracChangeset for help on using the changeset viewer.