Title: [200529] trunk/Source/WebInspectorUI
Revision
200529
Author
[email protected]
Date
2016-05-06 15:39:07 -0700 (Fri, 06 May 2016)

Log Message

Web Inspector: Unexpected white border at the bottom of Debugger filter bar
https://bugs.webkit.org/show_bug.cgi?id=157430
<rdar://problem/26146602>

Reviewed by Timothy Hatcher.

Remove the semi-transparent white borders.

* UserInterface/Views/NavigationBar.css:
(.navigation-bar): Deleted.
* UserInterface/Views/SearchSidebarPanel.css:
(.sidebar > .panel.navigation.search > .search-bar): Deleted.

Modified Paths

Diff

Modified: trunk/Source/WebInspectorUI/ChangeLog (200528 => 200529)


--- trunk/Source/WebInspectorUI/ChangeLog	2016-05-06 22:23:29 UTC (rev 200528)
+++ trunk/Source/WebInspectorUI/ChangeLog	2016-05-06 22:39:07 UTC (rev 200529)
@@ -1,3 +1,18 @@
+2016-05-06  Nikita Vasilyev  <[email protected]>
+
+        Web Inspector: Unexpected white border at the bottom of Debugger filter bar
+        https://bugs.webkit.org/show_bug.cgi?id=157430
+        <rdar://problem/26146602>
+
+        Reviewed by Timothy Hatcher.
+
+        Remove the semi-transparent white borders.
+
+        * UserInterface/Views/NavigationBar.css:
+        (.navigation-bar): Deleted.
+        * UserInterface/Views/SearchSidebarPanel.css:
+        (.sidebar > .panel.navigation.search > .search-bar): Deleted.
+
 2016-05-06  Joseph Pecoraro  <[email protected]>
 
         Web Inspector: Remove HeapSnapshot Summary View

Modified: trunk/Source/WebInspectorUI/UserInterface/Views/NavigationBar.css (200528 => 200529)


--- trunk/Source/WebInspectorUI/UserInterface/Views/NavigationBar.css	2016-05-06 22:23:29 UTC (rev 200528)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/NavigationBar.css	2016-05-06 22:39:07 UTC (rev 200529)
@@ -28,7 +28,6 @@
     justify-content: center;
     flex-wrap: wrap;
 
-    box-shadow: inset hsla(0, 0%, 100%, 0.2) 0 1px 0;
     border-bottom: 1px solid var(--border-color);
 
     height: 29px;

Modified: trunk/Source/WebInspectorUI/UserInterface/Views/SearchSidebarPanel.css (200528 => 200529)


--- trunk/Source/WebInspectorUI/UserInterface/Views/SearchSidebarPanel.css	2016-05-06 22:23:29 UTC (rev 200528)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/SearchSidebarPanel.css	2016-05-06 22:39:07 UTC (rev 200529)
@@ -35,8 +35,6 @@
 
     display: flex;
 
-    box-shadow: inset hsla(0, 0%, 100%, 0.2) 0 1px 0;
-
     height: 28px;
 
     white-space: nowrap;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to