Title: [192172] trunk/Source/WebInspectorUI
Revision
192172
Author
nvasil...@apple.com
Date
2015-11-09 12:29:54 -0800 (Mon, 09 Nov 2015)

Log Message

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.

Modified Paths

Diff

Modified: trunk/Source/WebInspectorUI/ChangeLog (192171 => 192172)


--- trunk/Source/WebInspectorUI/ChangeLog	2015-11-09 20:16:22 UTC (rev 192171)
+++ trunk/Source/WebInspectorUI/ChangeLog	2015-11-09 20:29:54 UTC (rev 192172)
@@ -1,3 +1,13 @@
+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-09  Matt Baker  <mattba...@apple.com>
 
         Web Inspector: Convert DatabaseContentView to use View base class

Modified: trunk/Source/WebInspectorUI/UserInterface/Views/TabBar.css (192171 => 192172)


--- trunk/Source/WebInspectorUI/UserInterface/Views/TabBar.css	2015-11-09 20:16:22 UTC (rev 192171)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/TabBar.css	2015-11-09 20:29:54 UTC (rev 192172)
@@ -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