Title: [222950] trunk/Source/WebInspectorUI
- Revision
- 222950
- Author
- [email protected]
- Date
- 2017-10-05 18:30:40 -0700 (Thu, 05 Oct 2017)
Log Message
REGRESSION(r222868): Web Inspector: Timeline ScopeBar Navigation Bar items too large
https://bugs.webkit.org/show_bug.cgi?id=177979
Patch by Joseph Pecoraro <[email protected]> on 2017-10-05
Reviewed by Matt Baker.
* UserInterface/Views/ButtonNavigationItem.css:
(.navigation-bar .item.button.text-only):
Make the height of text-only items the size of the text, not 100%.
Modified Paths
Diff
Modified: trunk/Source/WebInspectorUI/ChangeLog (222949 => 222950)
--- trunk/Source/WebInspectorUI/ChangeLog 2017-10-06 01:25:01 UTC (rev 222949)
+++ trunk/Source/WebInspectorUI/ChangeLog 2017-10-06 01:30:40 UTC (rev 222950)
@@ -1,3 +1,14 @@
+2017-10-05 Joseph Pecoraro <[email protected]>
+
+ REGRESSION(r222868): Web Inspector: Timeline ScopeBar Navigation Bar items too large
+ https://bugs.webkit.org/show_bug.cgi?id=177979
+
+ Reviewed by Matt Baker.
+
+ * UserInterface/Views/ButtonNavigationItem.css:
+ (.navigation-bar .item.button.text-only):
+ Make the height of text-only items the size of the text, not 100%.
+
2017-10-04 Joseph Pecoraro <[email protected]>
Web Inspector: When scrolled Network Table reduces the number of rows it may appear as blank
Modified: trunk/Source/WebInspectorUI/UserInterface/Views/ButtonNavigationItem.css (222949 => 222950)
--- trunk/Source/WebInspectorUI/UserInterface/Views/ButtonNavigationItem.css 2017-10-06 01:25:01 UTC (rev 222949)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/ButtonNavigationItem.css 2017-10-06 01:30:40 UTC (rev 222950)
@@ -33,6 +33,7 @@
padding: 1px 8px 3px;
margin: 0 2px;
+ height: initial;
line-height: 11px;
color: hsl(0, 0%, 18%);
border: 1px solid transparent;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes