Changeset 286985 in webkit
- Timestamp:
- Dec 13, 2021, 2:51:23 PM (5 years ago)
- Location:
- trunk/Source/WebInspectorUI
- Files:
-
- 4 edited
-
ChangeLog (modified) (1 diff)
-
UserInterface/Images/DockBottom.svg (modified) (1 diff)
-
UserInterface/Images/DockLeft.svg (modified) (1 diff)
-
UserInterface/Images/DockRight.svg (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebInspectorUI/ChangeLog
r286958 r286985 1 2021-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 1 15 2021-12-13 Elliott Williams <emw@apple.com> 2 16 -
trunk/Source/WebInspectorUI/UserInterface/Images/DockBottom.svg
r285974 r286985 3 3 <svg xmlns="http://www.w3.org/2000/svg" id="root" version="1.1" viewBox="0 0 16 16"> 4 4 <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"/> 6 6 </svg> -
trunk/Source/WebInspectorUI/UserInterface/Images/DockLeft.svg
r285974 r286985 2 2 <!-- Copyright © 2021 Apple Inc. All rights reserved. --> 3 3 <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"/> 5 5 <rect fill="none" stroke="currentColor" x="4.5" y="1.5" width="11" height="13"/> 6 6 </svg> -
trunk/Source/WebInspectorUI/UserInterface/Images/DockRight.svg
r285974 r286985 3 3 <svg xmlns="http://www.w3.org/2000/svg" id="root" version="1.1" viewBox="0 0 16 16"> 4 4 <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"/> 6 6 </svg>
Note:
See TracChangeset
for help on using the changeset viewer.