Title: [243507] trunk/Source/WebInspectorUI
- Revision
- 243507
- Author
- drou...@apple.com
- Date
- 2019-03-26 11:12:37 -0700 (Tue, 26 Mar 2019)
Log Message
Web Inspector: Sources: fix typo in CSS selector to always show add breakpoint button
https://bugs.webkit.org/show_bug.cgi?id=196241
Reviewed by Matt Baker.
* UserInterface/Views/SourcesNavigationSidebarPanel.css:
(.sidebar > .panel.navigation.sources > .content > .details-section:matches(.paused-reason, .breakpoints).collapsed > .header > .options,):
(.sidebar > .panel.navigation.sources > .content > .details-section:matches(.paused-reason, .breakpoins).collapsed > .header > .options,): Deleted.
Modified Paths
Diff
Modified: trunk/Source/WebInspectorUI/ChangeLog (243506 => 243507)
--- trunk/Source/WebInspectorUI/ChangeLog 2019-03-26 18:00:55 UTC (rev 243506)
+++ trunk/Source/WebInspectorUI/ChangeLog 2019-03-26 18:12:37 UTC (rev 243507)
@@ -1,3 +1,14 @@
+2019-03-26 Devin Rousso <drou...@apple.com>
+
+ Web Inspector: Sources: fix typo in CSS selector to always show add breakpoint button
+ https://bugs.webkit.org/show_bug.cgi?id=196241
+
+ Reviewed by Matt Baker.
+
+ * UserInterface/Views/SourcesNavigationSidebarPanel.css:
+ (.sidebar > .panel.navigation.sources > .content > .details-section:matches(.paused-reason, .breakpoints).collapsed > .header > .options,):
+ (.sidebar > .panel.navigation.sources > .content > .details-section:matches(.paused-reason, .breakpoins).collapsed > .header > .options,): Deleted.
+
2019-03-25 Joseph Pecoraro <pecor...@apple.com>
Web Inspector: Page Weight indicator clears on pages with zero length resources (macrumors.com)
Modified: trunk/Source/WebInspectorUI/UserInterface/Views/SourcesNavigationSidebarPanel.css (243506 => 243507)
--- trunk/Source/WebInspectorUI/UserInterface/Views/SourcesNavigationSidebarPanel.css 2019-03-26 18:00:55 UTC (rev 243506)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/SourcesNavigationSidebarPanel.css 2019-03-26 18:12:37 UTC (rev 243507)
@@ -72,7 +72,7 @@
border-bottom-width: 1px !important;
}
-.sidebar > .panel.navigation.sources > .content > .details-section:matches(.paused-reason, .breakpoins).collapsed > .header > .options,
+.sidebar > .panel.navigation.sources > .content > .details-section:matches(.paused-reason, .breakpoints).collapsed > .header > .options,
.sidebar > .panel.navigation.sources > .content > .details-section > .content,
.sidebar > .panel.navigation.sources > .content > .details-section > .content > .group {
display: block;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes