Title: [195757] trunk/Source/WebInspectorUI
Revision
195757
Author
[email protected]
Date
2016-01-28 10:40:41 -0800 (Thu, 28 Jan 2016)

Log Message

Web Inspector: Tabs height should be 2px less to match Safari
https://bugs.webkit.org/show_bug.cgi?id=153581
<rdar://problem/24383501>

Reviewed by Darin Adler.

* UserInterface/Views/TabBar.css:
(.tab-bar):

(.tab-bar > .item):
(.tab-bar > .item.pinned):
Make the new tab button ("+") a square.

Modified Paths

Diff

Modified: trunk/Source/WebInspectorUI/ChangeLog (195756 => 195757)


--- trunk/Source/WebInspectorUI/ChangeLog	2016-01-28 18:33:22 UTC (rev 195756)
+++ trunk/Source/WebInspectorUI/ChangeLog	2016-01-28 18:40:41 UTC (rev 195757)
@@ -1,3 +1,18 @@
+2016-01-28  Nikita Vasilyev  <[email protected]>
+
+        Web Inspector: Tabs height should be 2px less to match Safari
+        https://bugs.webkit.org/show_bug.cgi?id=153581
+        <rdar://problem/24383501>
+
+        Reviewed by Darin Adler.
+
+        * UserInterface/Views/TabBar.css:
+        (.tab-bar):
+
+        (.tab-bar > .item):
+        (.tab-bar > .item.pinned):
+        Make the new tab button ("+") a square.
+
 2016-01-27  Nikita Vasilyev  <[email protected]>
 
         Web Inspector: Don't show hand cursor for edited attribute

Modified: trunk/Source/WebInspectorUI/UserInterface/Views/TabBar.css (195756 => 195757)


--- trunk/Source/WebInspectorUI/UserInterface/Views/TabBar.css	2016-01-28 18:33:22 UTC (rev 195756)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/TabBar.css	2016-01-28 18:40:41 UTC (rev 195757)
@@ -35,7 +35,7 @@
     background-image: linear-gradient(to bottom, hsl(0, 0%, 78%), hsl(0, 0%, 72%));
     background-size: 100% 200%;
 
-    height: 26px;
+    height: 24px;
 
     white-space: nowrap;
     overflow: hidden;
@@ -78,7 +78,7 @@
 
     padding: 0 6px;
 
-    min-width: 30px;
+    min-width: 24px;
     overflow: hidden;
 
     background-image: linear-gradient(to bottom, hsl(0, 0%, 78%), hsl(0, 0%, 72%));
@@ -102,7 +102,7 @@
 }
 
 .tab-bar > .item.pinned {
-    width: 30px;
+    width: 24px;
     flex: none;
     justify-content: center;
 }
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to