⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 243507 in webkit


Ignore:
Timestamp:
Mar 26, 2019, 11:12:37 AM (7 years ago)
Author:
Devin Rousso
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.

Location:
trunk/Source/WebInspectorUI
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebInspectorUI/ChangeLog

    r243452 r243507  
     12019-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
    1122019-03-25  Joseph Pecoraro  <pecoraro@apple.com>
    213
  • trunk/Source/WebInspectorUI/UserInterface/Views/SourcesNavigationSidebarPanel.css

    r243271 r243507  
    7373}
    7474
    75 .sidebar > .panel.navigation.sources > .content > .details-section:matches(.paused-reason, .breakpoins).collapsed > .header > .options,
     75.sidebar > .panel.navigation.sources > .content > .details-section:matches(.paused-reason, .breakpoints).collapsed > .header > .options,
    7676.sidebar > .panel.navigation.sources > .content > .details-section > .content,
    7777.sidebar > .panel.navigation.sources > .content > .details-section > .content > .group {
Note: See TracChangeset for help on using the changeset viewer.