Title: [279862] trunk/Source/WebInspectorUI
- Revision
- 279862
- Author
- [email protected]
- Date
- 2021-07-12 18:57:24 -0700 (Mon, 12 Jul 2021)
Log Message
Web Inspector: REGRESSION(r279510): Elements: Computed: an (i) button is shown for computed property traces
https://bugs.webkit.org/show_bug.cgi?id=227892
Reviewed by Devin Rousso.
Property traces need to opt out of displaying the (i) button as they do for things like the colon and semicolon.
* UserInterface/Views/ComputedStyleSection.css:
(.computed-style-section .property-trace-item .property .name,):
Modified Paths
Diff
Modified: trunk/Source/WebInspectorUI/ChangeLog (279861 => 279862)
--- trunk/Source/WebInspectorUI/ChangeLog 2021-07-13 01:47:47 UTC (rev 279861)
+++ trunk/Source/WebInspectorUI/ChangeLog 2021-07-13 01:57:24 UTC (rev 279862)
@@ -1,3 +1,15 @@
+2021-07-12 Patrick Angle <[email protected]>
+
+ Web Inspector: REGRESSION(r279510): Elements: Computed: an (i) button is shown for computed property traces
+ https://bugs.webkit.org/show_bug.cgi?id=227892
+
+ Reviewed by Devin Rousso.
+
+ Property traces need to opt out of displaying the (i) button as they do for things like the colon and semicolon.
+
+ * UserInterface/Views/ComputedStyleSection.css:
+ (.computed-style-section .property-trace-item .property .name,):
+
2021-07-12 Commit Queue <[email protected]>
Unreviewed, reverting r279493.
Modified: trunk/Source/WebInspectorUI/UserInterface/Views/ComputedStyleSection.css (279861 => 279862)
--- trunk/Source/WebInspectorUI/UserInterface/Views/ComputedStyleSection.css 2021-07-13 01:47:47 UTC (rev 279861)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/ComputedStyleSection.css 2021-07-13 01:57:24 UTC (rev 279862)
@@ -148,9 +148,7 @@
color: var(--text-color-secondary);
}
-.computed-style-section .property-trace-item .property .name,
-.computed-style-section .property-trace-item .property .colon,
-.computed-style-section .property-trace-item .property .semicolon {
+.computed-style-section .property-trace-item .property :is(.name, .colon, .semicolon, .contextual-documentation-button) {
display: none;
}
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes