Changeset 203080 in webkit
- Timestamp:
- Jul 11, 2016, 1:22:56 PM (9 years ago)
- Location:
- trunk/Source/WebInspectorUI
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebInspectorUI/ChangeLog
r203017 r203080 1 2016-07-11 Nikita Vasilyev <nvasilyev@apple.com> 2 3 Web Inspector: Transition and Animation sections in Visual Styles sidebar should have more spacing to their left 4 https://bugs.webkit.org/show_bug.cgi?id=159633 5 <rdar://problem/27281805> 6 7 Reviewed by Timothy Hatcher. 8 9 * UserInterface/Views/VisualStyleDetailsPanel.css: 10 (.visual-style-property-container.animation): 11 1 12 2016-07-08 Nikita Vasilyev <nvasilyev@apple.com> 2 13 -
trunk/Source/WebInspectorUI/UserInterface/Views/VisualStyleDetailsPanel.css
r197029 r203080 94 94 } 95 95 96 .visual-style-property-container.transition, 97 .visual-style-property-container.animation { 98 margin-left: 11px; 99 } 100 96 101 .sidebar > .panel.details.css-style .visual.disabled > .details-section:not(.visual-style-selector-section) { 97 102 opacity: 0.5;
Note:
See TracChangeset
for help on using the changeset viewer.