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.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@227155
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2018-01-18 Devin Rousso <webkit@devinrousso.com>
+
+ 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.
+
2018-01-17 Devin Rousso <webkit@devinrousso.com>
Web Inspector: clicking on a path component that has no siblings should select it
opacity: 0.5;
}
-.content-view.canvas-overview .content-view.canvas:not(.is-recording) > header > .navigation-bar > .item.record-start-stop {
- /* Workaround for background image clipping issue on non-retina machines. See http://webkit.org/b/147346. */
- filter: brightness(100%);
-}
-
.content-view.canvas-overview .content-view.canvas:not(.is-recording) > header > .navigation-bar > .item.record-start-stop:not(.disabled):hover {
filter: brightness(95%);
}