Title: [191817] trunk/Source/WebInspectorUI
Revision
191817
Author
[email protected]
Date
2015-10-30 14:57:31 -0700 (Fri, 30 Oct 2015)

Log Message

Web Inspector: Unexpected background color behind the Continue button in the DebuggerDashboardView
https://bugs.webkit.org/show_bug.cgi?id=150734

Reviewed by Brian Burg.

* UserInterface/Views/DebuggerDashboardView.css:
(.dashboard.debugger .navigation-bar .item.button):
(.dashboard.debugger .navigation-bar .item.button > .glyph):

Modified Paths

Diff

Modified: trunk/Source/WebInspectorUI/ChangeLog (191816 => 191817)


--- trunk/Source/WebInspectorUI/ChangeLog	2015-10-30 21:49:23 UTC (rev 191816)
+++ trunk/Source/WebInspectorUI/ChangeLog	2015-10-30 21:57:31 UTC (rev 191817)
@@ -1,3 +1,14 @@
+2015-10-30  Timothy Hatcher  <[email protected]>
+
+        Web Inspector: Unexpected background color behind the Continue button in the DebuggerDashboardView
+        https://bugs.webkit.org/show_bug.cgi?id=150734
+
+        Reviewed by Brian Burg.
+
+        * UserInterface/Views/DebuggerDashboardView.css:
+        (.dashboard.debugger .navigation-bar .item.button):
+        (.dashboard.debugger .navigation-bar .item.button > .glyph):
+
 2015-10-29  Joseph Pecoraro  <[email protected]>
 
         Web Inspector: Make use of other Timer details in Timeline (timeout, singleShot)

Modified: trunk/Source/WebInspectorUI/UserInterface/Views/DebuggerDashboardView.css (191816 => 191817)


--- trunk/Source/WebInspectorUI/UserInterface/Views/DebuggerDashboardView.css	2015-10-30 21:49:23 UTC (rev 191816)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/DebuggerDashboardView.css	2015-10-30 21:57:31 UTC (rev 191817)
@@ -53,6 +53,9 @@
     height: 16px;
     cursor: pointer;
     padding: 0;
+    border: none !important;
+    background-image: none !important;
+    box-shadow: none !important;
 }
 
 .dashboard.debugger .navigation-bar .item.button > .glyph {
@@ -63,7 +66,7 @@
     animation-timing-function: ease-out;
     animation-iteration-count: infinite;
     animation-direction: alternate;
-    background-color: hsl(207, 46%, 59%) !important;
+    color: hsl(207, 46%, 59%);
 }
 
 body.window-inactive .dashboard.debugger .navigation-bar .item.button > .glyph {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to