Changeset 243507 in webkit
- Timestamp:
- Mar 26, 2019, 11:12:37 AM (7 years ago)
- Location:
- trunk/Source/WebInspectorUI
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
UserInterface/Views/SourcesNavigationSidebarPanel.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebInspectorUI/ChangeLog
r243452 r243507 1 2019-03-26 Devin Rousso <drousso@apple.com> 2 3 Web Inspector: Sources: fix typo in CSS selector to always show add breakpoint button 4 https://bugs.webkit.org/show_bug.cgi?id=196241 5 6 Reviewed by Matt Baker. 7 8 * UserInterface/Views/SourcesNavigationSidebarPanel.css: 9 (.sidebar > .panel.navigation.sources > .content > .details-section:matches(.paused-reason, .breakpoints).collapsed > .header > .options,): 10 (.sidebar > .panel.navigation.sources > .content > .details-section:matches(.paused-reason, .breakpoins).collapsed > .header > .options,): Deleted. 11 1 12 2019-03-25 Joseph Pecoraro <pecoraro@apple.com> 2 13 -
trunk/Source/WebInspectorUI/UserInterface/Views/SourcesNavigationSidebarPanel.css
r243271 r243507 73 73 } 74 74 75 .sidebar > .panel.navigation.sources > .content > .details-section:matches(.paused-reason, .breakpoin s).collapsed > .header > .options,75 .sidebar > .panel.navigation.sources > .content > .details-section:matches(.paused-reason, .breakpoints).collapsed > .header > .options, 76 76 .sidebar > .panel.navigation.sources > .content > .details-section > .content, 77 77 .sidebar > .panel.navigation.sources > .content > .details-section > .content > .group {
Note:
See TracChangeset
for help on using the changeset viewer.