Title: [259666] trunk/Source/WebInspectorUI
Revision
259666
Author
nvasil...@apple.com
Date
2020-04-07 13:17:53 -0700 (Tue, 07 Apr 2020)

Log Message

Web Inspector: focus outline of scope bar is clipped
https://bugs.webkit.org/show_bug.cgi?id=209877
<rdar://problem/61173598>

Reviewed by Timothy Hatcher.

* UserInterface/Views/ScopeBar.css:
(.scope-bar):

Modified Paths

Diff

Modified: trunk/Source/WebInspectorUI/ChangeLog (259665 => 259666)


--- trunk/Source/WebInspectorUI/ChangeLog	2020-04-07 20:07:46 UTC (rev 259665)
+++ trunk/Source/WebInspectorUI/ChangeLog	2020-04-07 20:17:53 UTC (rev 259666)
@@ -1,3 +1,14 @@
+2020-04-07  Nikita Vasilyev  <nvasil...@apple.com>
+
+        Web Inspector: focus outline of scope bar is clipped
+        https://bugs.webkit.org/show_bug.cgi?id=209877
+        <rdar://problem/61173598>
+
+        Reviewed by Timothy Hatcher.
+
+        * UserInterface/Views/ScopeBar.css:
+        (.scope-bar):
+
 2020-04-03  Devin Rousso  <drou...@apple.com>
 
         Web Inspector: Sources: disclosure arrows should be shown if a folder is added to the navigation sidebar

Modified: trunk/Source/WebInspectorUI/UserInterface/Views/ScopeBar.css (259665 => 259666)


--- trunk/Source/WebInspectorUI/UserInterface/Views/ScopeBar.css	2020-04-07 20:07:46 UTC (rev 259665)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/ScopeBar.css	2020-04-07 20:17:53 UTC (rev 259666)
@@ -25,7 +25,6 @@
 
 .scope-bar {
     padding: 0 3px;
-    overflow: hidden;
 
     --scope-bar-margin-default: 2px;
     --scope-bar-padding-default: 6px;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to