Title: [185094] trunk/Source/WebInspectorUI
Revision
185094
Author
nvasil...@apple.com
Date
2015-06-01 18:53:45 -0700 (Mon, 01 Jun 2015)

Log Message

Web Inspector: Pause/resume button in the debugger dashboard is vertically misaligned
https://bugs.webkit.org/show_bug.cgi?id=145534

Reviewed by Timothy Hatcher.

* UserInterface/Views/ButtonNavigationItem.css:
(.navigation-bar .item.button.suppress-emboss):
Never show borders for the pause/resume button.

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

Modified Paths

Diff

Modified: trunk/Source/WebInspectorUI/ChangeLog (185093 => 185094)


--- trunk/Source/WebInspectorUI/ChangeLog	2015-06-02 01:29:38 UTC (rev 185093)
+++ trunk/Source/WebInspectorUI/ChangeLog	2015-06-02 01:53:45 UTC (rev 185094)
@@ -1,3 +1,17 @@
+2015-06-01  Nikita Vasilyev  <nvasil...@apple.com>
+
+        Web Inspector: Pause/resume button in the debugger dashboard is vertically misaligned
+        https://bugs.webkit.org/show_bug.cgi?id=145534
+
+        Reviewed by Timothy Hatcher.
+
+        * UserInterface/Views/ButtonNavigationItem.css:
+        (.navigation-bar .item.button.suppress-emboss):
+        Never show borders for the pause/resume button.
+
+        * UserInterface/Views/DebuggerDashboardView.css:
+        (.dashboard.debugger .navigation-bar .item.button):
+
 2015-05-31  Yusuke Suzuki  <utatane....@gmail.com>
 
         Web Inspector: Drop forEach from WeakMap / WeakSet native member function maps

Modified: trunk/Source/WebInspectorUI/UserInterface/Views/ButtonNavigationItem.css (185093 => 185094)


--- trunk/Source/WebInspectorUI/UserInterface/Views/ButtonNavigationItem.css	2015-06-02 01:29:38 UTC (rev 185093)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/ButtonNavigationItem.css	2015-06-02 01:53:45 UTC (rev 185094)
@@ -62,6 +62,12 @@
     opacity: 0.35 !important;
 }
 
+.navigation-bar .item.button.suppress-emboss {
+    background-image: none !important;
+    border-color: transparent !important;
+    box-shadow: none !important;
+}
+
 .navigation-bar .item.button.suppress-emboss > .glyph {
     background-color: rgb(95, 95, 95);
 }

Modified: trunk/Source/WebInspectorUI/UserInterface/Views/DebuggerDashboardView.css (185093 => 185094)


--- trunk/Source/WebInspectorUI/UserInterface/Views/DebuggerDashboardView.css	2015-06-02 01:29:38 UTC (rev 185093)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/DebuggerDashboardView.css	2015-06-02 01:53:45 UTC (rev 185094)
@@ -50,6 +50,7 @@
 .dashboard.debugger .navigation-bar .item.button {
     flex-direction: row;
     width: 16px;
+    height: 16px;
     cursor: pointer;
     padding: 0;
 }
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to