Title: [192523] branches/safari-601-branch/Source/WebInspectorUI
Revision
192523
Author
bshaf...@apple.com
Date
2015-11-17 12:23:02 -0800 (Tue, 17 Nov 2015)

Log Message

Merged r192172.  rdar://problem/23488498

Modified Paths

Diff

Modified: branches/safari-601-branch/Source/WebInspectorUI/ChangeLog (192522 => 192523)


--- branches/safari-601-branch/Source/WebInspectorUI/ChangeLog	2015-11-17 20:21:50 UTC (rev 192522)
+++ branches/safari-601-branch/Source/WebInspectorUI/ChangeLog	2015-11-17 20:23:02 UTC (rev 192523)
@@ -1,5 +1,19 @@
 2015-11-17  Babak Shafiei  <bshaf...@apple.com>
 
+        Merge r192172.
+
+    2015-11-09  Nikita Vasilyev  <nvasil...@apple.com>
+
+            Web Inspector: [Regression] [Mavericks] Top border of selected tab matches the background when Web Inspector is undocked
+            https://bugs.webkit.org/show_bug.cgi?id=150981
+
+            Reviewed by Timothy Hatcher.
+
+            * UserInterface/Views/TabBar.css:
+            (body.mavericks .tab-bar > .item:not(.disabled).selected): Added.
+
+2015-11-17  Babak Shafiei  <bshaf...@apple.com>
+
         Merge r192134.
 
     2015-11-07  Nikita Vasilyev  <nvasil...@apple.com>

Modified: branches/safari-601-branch/Source/WebInspectorUI/UserInterface/Views/TabBar.css (192522 => 192523)


--- branches/safari-601-branch/Source/WebInspectorUI/UserInterface/Views/TabBar.css	2015-11-17 20:21:50 UTC (rev 192522)
+++ branches/safari-601-branch/Source/WebInspectorUI/UserInterface/Views/TabBar.css	2015-11-17 20:23:02 UTC (rev 192523)
@@ -113,6 +113,10 @@
     background-size: 100% 100%;
 }
 
+body.mavericks .tab-bar > .item:not(.disabled).selected {
+    border-top-color: hsl(0, 0%, 68%);
+}
+
 .tab-bar:not(.animating) > .item:not(.selected, .disabled):hover,
 .tab-bar > .item.new-tab-button:not(.disabled):hover {
     background-position: 0 100%;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to