⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 286985 in webkit


Ignore:
Timestamp:
Dec 13, 2021, 2:51:23 PM (5 years ago)
Author:
Devin Rousso
Message:

Web Inspector: remove coloring of Web Inspector area in dock icons
https://bugs.webkit.org/show_bug.cgi?id=234262

Reviewed by Patrick Angle.

It looks too strong/bold and draws way too much attention. It also doesn't match the styling
of other nearby icons.

  • UserInterface/Images/DockBottom.svg:
  • UserInterface/Images/DockLeft.svg:
  • UserInterface/Images/DockRight.svg:
Location:
trunk/Source/WebInspectorUI
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebInspectorUI/ChangeLog

    r286958 r286985  
     12021-12-13  Devin Rousso  <drousso@apple.com>
     2
     3        Web Inspector: remove coloring of Web Inspector area in dock icons
     4        https://bugs.webkit.org/show_bug.cgi?id=234262
     5
     6        Reviewed by Patrick Angle.
     7
     8        It looks too strong/bold and draws way too much attention. It also doesn't match the styling
     9        of other nearby icons.
     10
     11        * UserInterface/Images/DockBottom.svg:
     12        * UserInterface/Images/DockLeft.svg:
     13        * UserInterface/Images/DockRight.svg:
     14
    1152021-12-13  Elliott Williams  <emw@apple.com>
    216
  • trunk/Source/WebInspectorUI/UserInterface/Images/DockBottom.svg

    r285974 r286985  
    33<svg xmlns="http://www.w3.org/2000/svg" id="root" version="1.1" viewBox="0 0 16 16">
    44    <rect fill="none" stroke="currentColor" x="0.5" y="1.5" width="15" height="9"/>
    5     <rect fill="currentColor" stroke="currentColor" x="0.5" y="10.5" width="15" height="4"/>
     5    <rect fill="none" stroke="currentColor" x="0.5" y="10.5" width="15" height="4"/>
    66</svg>
  • trunk/Source/WebInspectorUI/UserInterface/Images/DockLeft.svg

    r285974 r286985  
    22<!-- Copyright © 2021 Apple Inc. All rights reserved. -->
    33<svg xmlns="http://www.w3.org/2000/svg" id="root" version="1.1" viewBox="0 0 16 16">
    4     <rect fill="currentColor" stroke="currentColor" x="0.5" y="1.5" width="4" height="13"/>
     4    <rect fill="none" stroke="currentColor" x="0.5" y="1.5" width="4" height="13"/>
    55    <rect fill="none" stroke="currentColor" x="4.5" y="1.5" width="11" height="13"/>
    66</svg>
  • trunk/Source/WebInspectorUI/UserInterface/Images/DockRight.svg

    r285974 r286985  
    33<svg xmlns="http://www.w3.org/2000/svg" id="root" version="1.1" viewBox="0 0 16 16">
    44    <rect fill="none" stroke="currentColor" x="0.5" y="1.5" width="11" height="13"/>
    5     <rect fill="currentColor" stroke="currentColor" x="11.5" y="1.5" width="4" height="13"/>
     5    <rect fill="none" stroke="currentColor" x="11.5" y="1.5" width="4" height="13"/>
    66</svg>
Note: See TracChangeset for help on using the changeset viewer.