Changeset 172436 in webkit


Ignore:
Timestamp:
Aug 12, 2014 1:16:22 AM (10 years ago)
Author:
commit-queue@webkit.org
Message:

Web Inspector: GoToLine dialog clear text button looks poor
https://bugs.webkit.org/show_bug.cgi?id=135828

Patch by Joseph Pecoraro <Joseph Pecoraro> on 2014-08-12
Reviewed by Timothy Hatcher.

Legacy/CloseWhite.svg was not used, but in the case where the white
close button is needed the thicker bars looks better. Re-use the
Legacy image as the default CloseWhite.svg.

  • UserInterface/Images/CloseWhite.svg:
  • UserInterface/Images/Legacy/CloseWhite.svg: Removed.
Location:
trunk/Source/WebInspectorUI
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebInspectorUI/ChangeLog

    r172435 r172436  
     12014-08-12  Joseph Pecoraro  <pecoraro@apple.com>
     2
     3        Web Inspector: GoToLine dialog clear text button looks poor
     4        https://bugs.webkit.org/show_bug.cgi?id=135828
     5
     6        Reviewed by Timothy Hatcher.
     7
     8        Legacy/CloseWhite.svg was not used, but in the case where the white
     9        close button is needed the thicker bars looks better. Re-use the
     10        Legacy image as the default CloseWhite.svg.
     11
     12        * UserInterface/Images/CloseWhite.svg:
     13        * UserInterface/Images/Legacy/CloseWhite.svg: Removed.
     14
    1152014-08-12  Joseph Pecoraro  <pecoraro@apple.com>
    216
  • trunk/Source/WebInspectorUI/UserInterface/Images/CloseWhite.svg

    r172241 r172436  
    11<?xml version="1.0" encoding="utf-8"?>
    2 <!-- Copyright © 2014 Apple Inc. All rights reserved. -->
     2<!-- Copyright © 2013 Apple Inc. All rights reserved. -->
    33<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 14">
    4     <path fill="none" stroke="white" stroke-linecap="square" d="M 3.5 4.5 L 10.5 11.5 M 3.5 11.5 L 10.5 4.5"/>
     4    <path fill="white" d="M 12.949219 10.535156 L 11.535156 11.949219 L 8 8.414062 L 4.464844 11.949219 L 3.050781 10.535156 L 6.585938 7 L 3.050781 3.464844 L 4.464844 2.050781 L 8 5.585938 L 11.535156 2.050781 L 12.949219 3.464844 L 9.414062 7 Z"/>
    55</svg>
Note: See TracChangeset for help on using the changeset viewer.