Changeset 227155 in webkit


Ignore:
Timestamp:
Jan 18, 2018 11:41:00 AM (6 years ago)
Author:
webkit@devinrousso.com
Message:

Web Inspector: Canvas Tab: record button on canvas card doesn't always show on hover, or is misplaced
https://bugs.webkit.org/show_bug.cgi?id=179183

Reviewed by Joseph Pecoraro.

  • UserInterface/Views/CanvasOverviewContentView.css:

(.content-view.canvas-overview .content-view.canvas:not(.is-recording) > header > .navigation-bar > .item.record-start-stop): Deleted.

Location:
trunk/Source/WebInspectorUI
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebInspectorUI/ChangeLog

    r227108 r227155  
     12018-01-18  Devin Rousso  <webkit@devinrousso.com>
     2
     3        Web Inspector: Canvas Tab: record button on canvas card doesn't always show on hover, or is misplaced
     4        https://bugs.webkit.org/show_bug.cgi?id=179183
     5
     6        Reviewed by Joseph Pecoraro.
     7
     8        * UserInterface/Views/CanvasOverviewContentView.css:
     9        (.content-view.canvas-overview .content-view.canvas:not(.is-recording) > header > .navigation-bar > .item.record-start-stop): Deleted.
     10
    1112018-01-17  Devin Rousso  <webkit@devinrousso.com>
    212
  • trunk/Source/WebInspectorUI/UserInterface/Views/CanvasOverviewContentView.css

    r224726 r227155  
    112112}
    113113
    114 .content-view.canvas-overview .content-view.canvas:not(.is-recording) > header > .navigation-bar > .item.record-start-stop {
    115     /* Workaround for background image clipping issue on non-retina machines. See http://webkit.org/b/147346. */
    116     filter: brightness(100%);
    117 }
    118 
    119114.content-view.canvas-overview .content-view.canvas:not(.is-recording) > header > .navigation-bar > .item.record-start-stop:not(.disabled):hover {
    120115    filter: brightness(95%);
Note: See TracChangeset for help on using the changeset viewer.