Changeset 203080 in webkit


Ignore:
Timestamp:
Jul 11, 2016, 1:22:56 PM (9 years ago)
Author:
Nikita Vasilyev
Message:

Web Inspector: Transition and Animation sections in Visual Styles sidebar should have more spacing to their left
https://bugs.webkit.org/show_bug.cgi?id=159633
<rdar://problem/27281805>

Reviewed by Timothy Hatcher.

  • UserInterface/Views/VisualStyleDetailsPanel.css:

(.visual-style-property-container.animation):

Location:
trunk/Source/WebInspectorUI
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebInspectorUI/ChangeLog

    r203017 r203080  
     12016-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
    1122016-07-08  Nikita Vasilyev  <nvasilyev@apple.com>
    213
  • trunk/Source/WebInspectorUI/UserInterface/Views/VisualStyleDetailsPanel.css

    r197029 r203080  
    9494}
    9595
     96.visual-style-property-container.transition,
     97.visual-style-property-container.animation {
     98    margin-left: 11px;
     99}
     100
    96101.sidebar > .panel.details.css-style .visual.disabled > .details-section:not(.visual-style-selector-section) {
    97102    opacity: 0.5;
Note: See TracChangeset for help on using the changeset viewer.