Title: [185164] trunk/Source/WebInspectorUI
Revision
185164
Author
nvasil...@apple.com
Date
2015-06-03 13:37:23 -0700 (Wed, 03 Jun 2015)

Log Message

Web Inspector: Search field bottom border doesn't match the rest of the toolbar
https://bugs.webkit.org/show_bug.cgi?id=145611

Reviewed by Timothy Hatcher.

* UserInterface/Views/Toolbar.css:
(body:not(.unknown-mac) .toolbar .search-bar > input[type="search"]):

Modified Paths

Diff

Modified: trunk/Source/WebInspectorUI/ChangeLog (185163 => 185164)


--- trunk/Source/WebInspectorUI/ChangeLog	2015-06-03 20:36:25 UTC (rev 185163)
+++ trunk/Source/WebInspectorUI/ChangeLog	2015-06-03 20:37:23 UTC (rev 185164)
@@ -1,3 +1,13 @@
+2015-06-03  Nikita Vasilyev  <nvasil...@apple.com>
+
+        Web Inspector: Search field bottom border doesn't match the rest of the toolbar
+        https://bugs.webkit.org/show_bug.cgi?id=145611
+
+        Reviewed by Timothy Hatcher.
+
+        * UserInterface/Views/Toolbar.css:
+        (body:not(.unknown-mac) .toolbar .search-bar > input[type="search"]):
+
 2015-06-03  Joseph Pecoraro  <pecor...@apple.com>
 
         Web Inspector: Uncaught exception starting a NavigationBar drag and mousing over a different NavigationBar

Modified: trunk/Source/WebInspectorUI/UserInterface/Views/Toolbar.css (185163 => 185164)


--- trunk/Source/WebInspectorUI/UserInterface/Views/Toolbar.css	2015-06-03 20:36:25 UTC (rev 185163)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/Toolbar.css	2015-06-03 20:37:23 UTC (rev 185164)
@@ -125,7 +125,7 @@
 }
 
 body:not(.unknown-mac) .toolbar .search-bar > input[type="search"] {
-    box-shadow: hsla(0, 0%, 0%, 0.3) 0 1px 1px -1px, 0 0 0 7px hsla(211, 96%, 48%, 0);
+    box-shadow: 0 0 0 7px hsla(211, 96%, 48%, 0);
     transition: box-shadow .25s cubic-bezier(0.165, 0.840, 0.440, 1) /* easeOutQuart */;
 }
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to