ember-inspector 4.13.1-alpha.2025.7.3 → 4.13.1-alpha.2025.7.30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/app/index.html +1 -1
 - package/app/styles/app.scss +1 -0
 - package/dist/bookmarklet/load_inspector.js +1 -0
 - package/dist/bookmarklet/panes-3-16-0/assets/{chunk.524.12f8b1dc0628d8e548c0.js → chunk.524.984a16186ec2ee340140.js} +4 -4
 - package/dist/{firefox/panes-3-16-0/assets/chunk.582.8a5f06f7065ffe209555.js → bookmarklet/panes-3-16-0/assets/chunk.582.866bd83d4661b3b843fd.js} +5 -5
 - package/dist/bookmarklet/panes-3-16-0/assets/ember-inspector.css +835 -0
 - package/dist/bookmarklet/panes-3-16-0/assets/ember-inspector.js +42 -4
 - package/dist/bookmarklet/panes-3-16-0/assets/vendor.css +0 -836
 - package/dist/bookmarklet/panes-3-16-0/assets/vendor.js +3967 -4019
 - package/dist/bookmarklet/panes-3-16-0/base-object-HAEdWjmg.js +59 -0
 - package/dist/bookmarklet/panes-3-16-0/basic-DfbgtngO.js +144 -0
 - package/dist/bookmarklet/panes-3-16-0/basic-debug.js +6 -0
 - package/dist/bookmarklet/panes-3-16-0/bookmarklet-debug.js +34 -0
 - package/dist/bookmarklet/panes-3-16-0/chrome-debug.js +12 -0
 - package/dist/bookmarklet/panes-3-16-0/ember.js +108 -0
 - package/dist/bookmarklet/panes-3-16-0/ember_debug.js +22 -10646
 - package/dist/bookmarklet/panes-3-16-0/evented-BCTya3yE.js +62 -0
 - package/dist/bookmarklet/panes-3-16-0/firefox-debug.js +32 -0
 - package/dist/bookmarklet/panes-3-16-0/index.html +3 -3
 - package/dist/bookmarklet/panes-3-16-0/internals-CRmXMEzb.js +12 -0
 - package/dist/bookmarklet/panes-3-16-0/main.js +7642 -0
 - package/dist/bookmarklet/panes-3-16-0/port.js +108 -0
 - package/dist/bookmarklet/panes-3-16-0/profile-node.js +60 -0
 - package/dist/bookmarklet/panes-3-16-0/promise-assembler.js +218 -0
 - package/dist/bookmarklet/panes-3-16-0/runloop-CF-Qpqgy.js +1138 -0
 - package/dist/bookmarklet/panes-3-16-0/start-inspector-BPAW_WLv.js +376 -0
 - package/dist/bookmarklet/panes-3-16-0/type-check.js +119 -0
 - package/dist/bookmarklet/panes-3-16-0/version.js +90 -0
 - package/dist/bookmarklet/panes-3-16-0/versions.js +4 -0
 - package/dist/bookmarklet/panes-3-16-0/web-extension-C3pMNVSY.js +144 -0
 - package/dist/bookmarklet/panes-3-16-0/websocket-debug.js +60 -0
 - package/dist/chrome/content-script.js +1 -0
 - package/dist/chrome/manifest.json +3 -3
 - package/dist/{firefox/panes-3-16-0/assets/chunk.524.12f8b1dc0628d8e548c0.js → chrome/panes-3-16-0/assets/chunk.524.984a16186ec2ee340140.js} +4 -4
 - package/dist/{bookmarklet/panes-3-16-0/assets/chunk.582.8a5f06f7065ffe209555.js → chrome/panes-3-16-0/assets/chunk.582.866bd83d4661b3b843fd.js} +5 -5
 - package/dist/chrome/panes-3-16-0/assets/ember-inspector.css +835 -0
 - package/dist/chrome/panes-3-16-0/assets/ember-inspector.js +42 -4
 - package/dist/chrome/panes-3-16-0/assets/vendor.css +0 -836
 - package/dist/chrome/panes-3-16-0/assets/vendor.js +3967 -4019
 - package/dist/chrome/panes-3-16-0/base-object-HAEdWjmg.js +59 -0
 - package/dist/chrome/panes-3-16-0/basic-DfbgtngO.js +144 -0
 - package/dist/chrome/panes-3-16-0/basic-debug.js +6 -0
 - package/dist/chrome/panes-3-16-0/bookmarklet-debug.js +34 -0
 - package/dist/chrome/panes-3-16-0/chrome-debug.js +12 -0
 - package/dist/chrome/panes-3-16-0/ember.js +108 -0
 - package/dist/chrome/panes-3-16-0/ember_debug.js +12 -10658
 - package/dist/chrome/panes-3-16-0/evented-BCTya3yE.js +62 -0
 - package/dist/chrome/panes-3-16-0/firefox-debug.js +32 -0
 - package/dist/chrome/panes-3-16-0/index.html +3 -3
 - package/dist/chrome/panes-3-16-0/internals-CRmXMEzb.js +12 -0
 - package/dist/chrome/panes-3-16-0/main.js +7642 -0
 - package/dist/chrome/panes-3-16-0/port.js +108 -0
 - package/dist/chrome/panes-3-16-0/profile-node.js +60 -0
 - package/dist/chrome/panes-3-16-0/promise-assembler.js +218 -0
 - package/dist/chrome/panes-3-16-0/runloop-CF-Qpqgy.js +1138 -0
 - package/dist/chrome/panes-3-16-0/start-inspector-BPAW_WLv.js +376 -0
 - package/dist/chrome/panes-3-16-0/type-check.js +119 -0
 - package/dist/chrome/panes-3-16-0/version.js +90 -0
 - package/dist/chrome/panes-3-16-0/versions.js +4 -0
 - package/dist/chrome/panes-3-16-0/web-extension-C3pMNVSY.js +144 -0
 - package/dist/chrome/panes-3-16-0/websocket-debug.js +60 -0
 - package/dist/firefox/content-script.js +1 -0
 - package/dist/firefox/manifest.json +3 -3
 - package/dist/{chrome/panes-3-16-0/assets/chunk.524.12f8b1dc0628d8e548c0.js → firefox/panes-3-16-0/assets/chunk.524.984a16186ec2ee340140.js} +4 -4
 - package/dist/{websocket/assets/chunk.582.8a5f06f7065ffe209555.js → firefox/panes-3-16-0/assets/chunk.582.866bd83d4661b3b843fd.js} +5 -5
 - package/dist/firefox/panes-3-16-0/assets/ember-inspector.css +835 -0
 - package/dist/firefox/panes-3-16-0/assets/ember-inspector.js +42 -4
 - package/dist/firefox/panes-3-16-0/assets/vendor.css +0 -836
 - package/dist/firefox/panes-3-16-0/assets/vendor.js +3967 -4019
 - package/dist/firefox/panes-3-16-0/base-object-HAEdWjmg.js +59 -0
 - package/dist/firefox/panes-3-16-0/basic-DfbgtngO.js +144 -0
 - package/dist/firefox/panes-3-16-0/basic-debug.js +6 -0
 - package/dist/firefox/panes-3-16-0/bookmarklet-debug.js +34 -0
 - package/dist/firefox/panes-3-16-0/chrome-debug.js +12 -0
 - package/dist/firefox/panes-3-16-0/ember.js +108 -0
 - package/dist/firefox/panes-3-16-0/ember_debug.js +28 -10654
 - package/dist/firefox/panes-3-16-0/evented-BCTya3yE.js +62 -0
 - package/dist/firefox/panes-3-16-0/firefox-debug.js +32 -0
 - package/dist/firefox/panes-3-16-0/index.html +3 -3
 - package/dist/firefox/panes-3-16-0/internals-CRmXMEzb.js +12 -0
 - package/dist/firefox/panes-3-16-0/main.js +7642 -0
 - package/dist/firefox/panes-3-16-0/port.js +108 -0
 - package/dist/firefox/panes-3-16-0/profile-node.js +60 -0
 - package/dist/firefox/panes-3-16-0/promise-assembler.js +218 -0
 - package/dist/firefox/panes-3-16-0/runloop-CF-Qpqgy.js +1138 -0
 - package/dist/firefox/panes-3-16-0/start-inspector-BPAW_WLv.js +376 -0
 - package/dist/firefox/panes-3-16-0/type-check.js +119 -0
 - package/dist/firefox/panes-3-16-0/version.js +90 -0
 - package/dist/firefox/panes-3-16-0/versions.js +4 -0
 - package/dist/firefox/panes-3-16-0/web-extension-C3pMNVSY.js +144 -0
 - package/dist/firefox/panes-3-16-0/websocket-debug.js +60 -0
 - package/dist/websocket/assets/{chunk.524.12f8b1dc0628d8e548c0.js → chunk.524.984a16186ec2ee340140.js} +4 -4
 - package/dist/{chrome/panes-3-16-0/assets/chunk.582.8a5f06f7065ffe209555.js → websocket/assets/chunk.582.866bd83d4661b3b843fd.js} +5 -5
 - package/dist/websocket/assets/ember-inspector.css +835 -0
 - package/dist/websocket/assets/ember-inspector.js +42 -4
 - package/dist/websocket/assets/vendor.css +0 -836
 - package/dist/websocket/assets/vendor.js +3967 -4019
 - package/dist/websocket/base-object-HAEdWjmg.js +59 -0
 - package/dist/websocket/basic-DfbgtngO.js +144 -0
 - package/dist/websocket/basic-debug.js +6 -0
 - package/dist/websocket/bookmarklet-debug.js +34 -0
 - package/dist/websocket/chrome-debug.js +12 -0
 - package/dist/websocket/ember.js +108 -0
 - package/dist/websocket/ember_debug.js +36 -10634
 - package/dist/websocket/evented-BCTya3yE.js +62 -0
 - package/dist/websocket/firefox-debug.js +32 -0
 - package/dist/websocket/index.html +3 -3
 - package/dist/websocket/internals-CRmXMEzb.js +12 -0
 - package/dist/websocket/main.js +7642 -0
 - package/dist/websocket/port.js +108 -0
 - package/dist/websocket/profile-node.js +60 -0
 - package/dist/websocket/promise-assembler.js +218 -0
 - package/dist/websocket/runloop-CF-Qpqgy.js +1138 -0
 - package/dist/websocket/start-inspector-BPAW_WLv.js +376 -0
 - package/dist/websocket/type-check.js +119 -0
 - package/dist/websocket/version.js +90 -0
 - package/dist/websocket/versions.js +4 -0
 - package/dist/websocket/web-extension-C3pMNVSY.js +144 -0
 - package/dist/websocket/websocket-debug.js +60 -0
 - package/ember-cli-build.js +28 -91
 - package/ember_debug/adapters/basic.js +9 -29
 - package/ember_debug/adapters/web-extension.js +4 -4
 - package/ember_debug/adapters/websocket.js +2 -2
 - package/ember_debug/container-debug.js +1 -1
 - package/ember_debug/data-debug.js +2 -2
 - package/ember_debug/debug-port.js +1 -1
 - package/ember_debug/deprecation-debug.js +6 -6
 - package/ember_debug/entrypoints/basic-debug.js +6 -0
 - package/ember_debug/entrypoints/bookmarklet-debug.js +6 -0
 - package/ember_debug/entrypoints/chrome-debug.js +6 -0
 - package/ember_debug/entrypoints/firefox-debug.js +6 -0
 - package/ember_debug/entrypoints/websocket-debug.js +6 -0
 - package/ember_debug/general-debug.js +3 -3
 - package/ember_debug/lib/boot-ember-inspector.js +9 -0
 - package/ember_debug/lib/get-applications.js +27 -0
 - package/ember_debug/lib/load-ember-debug-in-webpage.js +30 -0
 - package/ember_debug/lib/send-apps.js +14 -0
 - package/ember_debug/lib/send-version-miss.js +39 -0
 - package/ember_debug/lib/setup-instance-initializer.js +16 -0
 - package/ember_debug/lib/start-inspector.js +211 -0
 - package/ember_debug/lib/version-test.js +73 -0
 - package/ember_debug/lib/versions.js +3 -0
 - package/ember_debug/libs/capture-render-tree.js +1 -1
 - package/ember_debug/libs/promise-assembler.js +4 -4
 - package/ember_debug/libs/render-tree.js +5 -5
 - package/ember_debug/libs/source-map.js +1 -1
 - package/ember_debug/libs/view-inspection.js +3 -3
 - package/ember_debug/main.js +17 -20
 - package/ember_debug/models/profile-manager.js +5 -6
 - package/ember_debug/models/profile-node.js +1 -1
 - package/ember_debug/models/promise.js +2 -2
 - package/ember_debug/object-inspector.js +9 -9
 - package/ember_debug/package.json +3 -1
 - package/ember_debug/port.js +4 -4
 - package/ember_debug/promise-debug.js +4 -4
 - package/ember_debug/render-debug.js +5 -5
 - package/ember_debug/rollup.config.js +5 -29
 - package/ember_debug/route-debug.js +7 -7
 - package/ember_debug/services/session.js +1 -1
 - package/ember_debug/utils/ember/object/internals.js +1 -6
 - package/ember_debug/utils/ember/runloop.js +2 -7
 - package/ember_debug/utils/ember-object-names.js +2 -2
 - package/ember_debug/utils/ember.js +72 -28
 - package/ember_debug/utils/get-object-name.js +1 -1
 - package/ember_debug/utils/type-check.js +2 -2
 - package/ember_debug/view-debug.js +4 -4
 - package/package.json +5 -9
 - package/skeletons/bookmarklet/load_inspector.js +1 -0
 - package/skeletons/web-extension/content-script.js +1 -0
 - package/skeletons/web-extension/manifest.json +3 -3
 - package/tests/ember_debug/profile-manager-test.js +1 -3
 - package/tests/index.html +1 -2
 - package/tests/integration/injection-test.js +3 -3
 - package/tests/test-helper.js +0 -3
 - package/ember_debug/utils/ember/debug.js +0 -21
 - package/ember_debug/utils/ember/instrumentation.js +0 -11
 - package/ember_debug/utils/rsvp.js +0 -14
 - package/ember_debug/vendor/loader.js +0 -54
 - package/ember_debug/vendor/startup-wrapper.js +0 -402
 - package/lib/ui/app/components/ui/disclosure-triangle.js +0 -1
 - package/lib/ui/app/components/ui/disclosure.js +0 -1
 - package/lib/ui/app/components/ui/drag-handle.js +0 -1
 - package/lib/ui/app/components/ui/draggable-column.js +0 -1
 - package/lib/ui/app/components/ui/empty-message.js +0 -1
 - package/lib/ui/app/components/ui/error-page.js +0 -1
 - package/lib/ui/app/components/ui/open-links-in-new-window.js +0 -1
 - package/lib/ui/app/components/ui/resizable-column.js +0 -1
 - package/lib/ui/app/components/ui/send-to-console.js +0 -1
 - package/lib/ui/app/components/ui/toolbar-clear-button.js +0 -1
 - package/lib/ui/app/components/ui/toolbar-divider.js +0 -1
 - package/lib/ui/app/components/ui/toolbar-reload-button.js +0 -1
 - package/lib/ui/app/components/ui/toolbar-search-field.js +0 -1
 - package/lib/ui/app/components/ui/warning-message.js +0 -1
 - package/lib/ui/index.js +0 -34
 - package/lib/ui/package.json +0 -13
 - /package/{lib/ui/addon/components → app/components/ui}/disclosure-triangle.hbs +0 -0
 - /package/{lib/ui/addon/components → app/components/ui}/disclosure.hbs +0 -0
 - /package/{lib/ui/addon/components → app/components/ui}/disclosure.js +0 -0
 - /package/{lib/ui/addon/components → app/components/ui}/drag-handle.hbs +0 -0
 - /package/{lib/ui/addon/components → app/components/ui}/drag-handle.js +0 -0
 - /package/{lib/ui/addon/components → app/components/ui}/draggable-column.hbs +0 -0
 - /package/{lib/ui/addon/components → app/components/ui}/draggable-column.js +0 -0
 - /package/{lib/ui/addon/components → app/components/ui}/empty-message.hbs +0 -0
 - /package/{lib/ui/addon/components → app/components/ui}/error-page.hbs +0 -0
 - /package/{lib/ui/addon/components → app/components/ui}/open-links-in-new-window.hbs +0 -0
 - /package/{lib/ui/addon/components → app/components/ui}/open-links-in-new-window.js +0 -0
 - /package/{lib/ui/addon/components → app/components/ui}/resizable-column.hbs +0 -0
 - /package/{lib/ui/addon/components → app/components/ui}/resizable-column.js +0 -0
 - /package/{lib/ui/addon/components → app/components/ui}/send-to-console.hbs +0 -0
 - /package/{lib/ui/addon/components → app/components/ui}/toolbar-clear-button.hbs +0 -0
 - /package/{lib/ui/addon/components → app/components/ui}/toolbar-divider.hbs +0 -0
 - /package/{lib/ui/addon/components → app/components/ui}/toolbar-reload-button.hbs +0 -0
 - /package/{lib/ui/addon/components → app/components/ui}/toolbar-search-field.hbs +0 -0
 - /package/{lib/ui/addon/components → app/components/ui}/toolbar-search-field.js +0 -0
 - /package/{lib/ui/addon/components → app/components/ui}/warning-message.hbs +0 -0
 - /package/{lib/ui/addon/styles → app/styles/ui}/_disclosure-triangle.scss +0 -0
 - /package/{lib/ui/addon/styles → app/styles/ui}/_drag-handle.scss +0 -0
 - /package/{lib/ui/addon/styles → app/styles/ui}/_empty-message.scss +0 -0
 - /package/{lib/ui/addon/styles → app/styles/ui}/_error-page.scss +0 -0
 - /package/{lib/ui/addon/styles → app/styles/ui}/_goto-source.scss +0 -0
 - /package/{lib/ui/addon/styles → app/styles/ui}/_list.scss +0 -0
 - /package/{lib/ui/addon/styles → app/styles/ui}/_nav.scss +0 -0
 - /package/{lib/ui/addon/styles → app/styles/ui}/_object-inspector-toggle.scss +0 -0
 - /package/{lib/ui/addon/styles → app/styles/ui}/_pill.scss +0 -0
 - /package/{lib/ui/addon/styles → app/styles/ui}/_send-to-console.scss +0 -0
 - /package/{lib/ui/addon/styles → app/styles/ui}/_split.scss +0 -0
 - /package/{lib/ui/addon/styles/addon.scss → app/styles/ui/_ui.scss} +0 -0
 - /package/{lib/ui/addon/styles → app/styles/ui}/_warning.scss +0 -0
 - /package/{lib/ui/addon/styles → app/styles/ui}/toolbar/_checkbox.scss +0 -0
 - /package/{lib/ui/addon/styles → app/styles/ui}/toolbar/_divider.scss +0 -0
 - /package/{lib/ui/addon/styles → app/styles/ui}/toolbar/_icon-button.scss +0 -0
 - /package/{lib/ui/addon/styles → app/styles/ui}/toolbar/_index.scss +0 -0
 - /package/{lib/ui/addon/styles → app/styles/ui}/toolbar/_radio.scss +0 -0
 - /package/{lib/ui/addon/styles → app/styles/ui}/toolbar/_search.scss +0 -0
 
| 
         @@ -1686,4 +1686,839 @@ code { 
     | 
|
| 
       1686 
1686 
     | 
    
         
             
            .ember-table tr.is-selected.is-selectable:hover td {
         
     | 
| 
       1687 
1687 
     | 
    
         
             
              background: var(--focus);
         
     | 
| 
       1688 
1688 
     | 
    
         
             
              color: var(--focus-text);
         
     | 
| 
      
 1689 
     | 
    
         
            +
            }
         
     | 
| 
      
 1690 
     | 
    
         
            +
             
     | 
| 
      
 1691 
     | 
    
         
            +
            .disclosure-triangle {
         
     | 
| 
      
 1692 
     | 
    
         
            +
              padding: 0 2px;
         
     | 
| 
      
 1693 
     | 
    
         
            +
            }
         
     | 
| 
      
 1694 
     | 
    
         
            +
            .disclosure-triangle:focus {
         
     | 
| 
      
 1695 
     | 
    
         
            +
              outline: none;
         
     | 
| 
      
 1696 
     | 
    
         
            +
            }
         
     | 
| 
      
 1697 
     | 
    
         
            +
            .disclosure-triangle svg {
         
     | 
| 
      
 1698 
     | 
    
         
            +
              transition-duration: 0.1s;
         
     | 
| 
      
 1699 
     | 
    
         
            +
              transition-property: transform;
         
     | 
| 
      
 1700 
     | 
    
         
            +
            }
         
     | 
| 
      
 1701 
     | 
    
         
            +
            .disclosure-triangle.collapsed svg {
         
     | 
| 
      
 1702 
     | 
    
         
            +
              transform: rotate(-90deg);
         
     | 
| 
      
 1703 
     | 
    
         
            +
            }
         
     | 
| 
      
 1704 
     | 
    
         
            +
             
     | 
| 
      
 1705 
     | 
    
         
            +
            /**
         
     | 
| 
      
 1706 
     | 
    
         
            +
             DRAG-HANDLE
         
     | 
| 
      
 1707 
     | 
    
         
            +
             ===========
         
     | 
| 
      
 1708 
     | 
    
         
            +
             The drag handle used for resizing elements
         
     | 
| 
      
 1709 
     | 
    
         
            +
            */
         
     | 
| 
      
 1710 
     | 
    
         
            +
            :root {
         
     | 
| 
      
 1711 
     | 
    
         
            +
              --drag-handle-width: 6px;
         
     | 
| 
      
 1712 
     | 
    
         
            +
              --drag-handle-active-width: 60px;
         
     | 
| 
      
 1713 
     | 
    
         
            +
            }
         
     | 
| 
      
 1714 
     | 
    
         
            +
             
     | 
| 
      
 1715 
     | 
    
         
            +
            .drag-handle {
         
     | 
| 
      
 1716 
     | 
    
         
            +
              width: var(--drag-handle-width);
         
     | 
| 
      
 1717 
     | 
    
         
            +
              z-index: 500;
         
     | 
| 
      
 1718 
     | 
    
         
            +
            }
         
     | 
| 
      
 1719 
     | 
    
         
            +
             
     | 
| 
      
 1720 
     | 
    
         
            +
            .drag-handle-right {
         
     | 
| 
      
 1721 
     | 
    
         
            +
              margin-right: calc(var(--drag-handle-width) / 2 * -1);
         
     | 
| 
      
 1722 
     | 
    
         
            +
            }
         
     | 
| 
      
 1723 
     | 
    
         
            +
             
     | 
| 
      
 1724 
     | 
    
         
            +
            .drag-handle-left {
         
     | 
| 
      
 1725 
     | 
    
         
            +
              margin-left: calc(var(--drag-handle-width) / 2 * -1);
         
     | 
| 
      
 1726 
     | 
    
         
            +
            }
         
     | 
| 
      
 1727 
     | 
    
         
            +
             
     | 
| 
      
 1728 
     | 
    
         
            +
            .drag-handle-border {
         
     | 
| 
      
 1729 
     | 
    
         
            +
              border-left: 1px solid var(--base06);
         
     | 
| 
      
 1730 
     | 
    
         
            +
              margin-left: calc(var(--drag-handle-width) / 2);
         
     | 
| 
      
 1731 
     | 
    
         
            +
              width: 1px;
         
     | 
| 
      
 1732 
     | 
    
         
            +
            }
         
     | 
| 
      
 1733 
     | 
    
         
            +
             
     | 
| 
      
 1734 
     | 
    
         
            +
            .drag-handle:active {
         
     | 
| 
      
 1735 
     | 
    
         
            +
              width: var(--drag-handle-active-width);
         
     | 
| 
      
 1736 
     | 
    
         
            +
            }
         
     | 
| 
      
 1737 
     | 
    
         
            +
            .drag-handle:active.drag-handle-right {
         
     | 
| 
      
 1738 
     | 
    
         
            +
              margin-right: calc(var(--drag-handle-active-width) / 2 * -1);
         
     | 
| 
      
 1739 
     | 
    
         
            +
            }
         
     | 
| 
      
 1740 
     | 
    
         
            +
            .drag-handle:active.drag-handle-left {
         
     | 
| 
      
 1741 
     | 
    
         
            +
              margin-left: calc(var(--drag-handle-active-width) / 2 * -1);
         
     | 
| 
      
 1742 
     | 
    
         
            +
            }
         
     | 
| 
      
 1743 
     | 
    
         
            +
            .drag-handle:active .drag-handle-border {
         
     | 
| 
      
 1744 
     | 
    
         
            +
              margin-left: calc(var(--drag-handle-active-width) / 2);
         
     | 
| 
      
 1745 
     | 
    
         
            +
            }
         
     | 
| 
      
 1746 
     | 
    
         
            +
             
     | 
| 
      
 1747 
     | 
    
         
            +
            .drag-handle-faded {
         
     | 
| 
      
 1748 
     | 
    
         
            +
              opacity: 0.3;
         
     | 
| 
      
 1749 
     | 
    
         
            +
            }
         
     | 
| 
      
 1750 
     | 
    
         
            +
             
     | 
| 
      
 1751 
     | 
    
         
            +
            .empty-message svg path {
         
     | 
| 
      
 1752 
     | 
    
         
            +
              fill: var(--base07);
         
     | 
| 
      
 1753 
     | 
    
         
            +
            }
         
     | 
| 
      
 1754 
     | 
    
         
            +
             
     | 
| 
      
 1755 
     | 
    
         
            +
            .empty-message-content {
         
     | 
| 
      
 1756 
     | 
    
         
            +
              max-width: 40rem;
         
     | 
| 
      
 1757 
     | 
    
         
            +
            }
         
     | 
| 
      
 1758 
     | 
    
         
            +
             
     | 
| 
      
 1759 
     | 
    
         
            +
            /**
         
     | 
| 
      
 1760 
     | 
    
         
            +
              ERROR-PAGE
         
     | 
| 
      
 1761 
     | 
    
         
            +
              ===========
         
     | 
| 
      
 1762 
     | 
    
         
            +
              An error with possible reasons and solutions.
         
     | 
| 
      
 1763 
     | 
    
         
            +
              For example: when application is not detected.
         
     | 
| 
      
 1764 
     | 
    
         
            +
            */
         
     | 
| 
      
 1765 
     | 
    
         
            +
            .error-page-content {
         
     | 
| 
      
 1766 
     | 
    
         
            +
              border: 1px solid var(--base04);
         
     | 
| 
      
 1767 
     | 
    
         
            +
              width: 530px;
         
     | 
| 
      
 1768 
     | 
    
         
            +
            }
         
     | 
| 
      
 1769 
     | 
    
         
            +
            .error-page-content ul {
         
     | 
| 
      
 1770 
     | 
    
         
            +
              list-style-type: disc;
         
     | 
| 
      
 1771 
     | 
    
         
            +
              padding-left: var(--unit4);
         
     | 
| 
      
 1772 
     | 
    
         
            +
            }
         
     | 
| 
      
 1773 
     | 
    
         
            +
            .error-page-content li {
         
     | 
| 
      
 1774 
     | 
    
         
            +
              padding: 2px 0;
         
     | 
| 
      
 1775 
     | 
    
         
            +
            }
         
     | 
| 
      
 1776 
     | 
    
         
            +
            .error-page-content a {
         
     | 
| 
      
 1777 
     | 
    
         
            +
              color: var(--spec01);
         
     | 
| 
      
 1778 
     | 
    
         
            +
              text-decoration: none;
         
     | 
| 
      
 1779 
     | 
    
         
            +
            }
         
     | 
| 
      
 1780 
     | 
    
         
            +
             
     | 
| 
      
 1781 
     | 
    
         
            +
            .error-page-header {
         
     | 
| 
      
 1782 
     | 
    
         
            +
              border-bottom: 1px solid var(--base04);
         
     | 
| 
      
 1783 
     | 
    
         
            +
              top: -25px;
         
     | 
| 
      
 1784 
     | 
    
         
            +
            }
         
     | 
| 
      
 1785 
     | 
    
         
            +
            .error-page-header .tomster {
         
     | 
| 
      
 1786 
     | 
    
         
            +
              transform: translateY(90px);
         
     | 
| 
      
 1787 
     | 
    
         
            +
              flex-shrink: 0;
         
     | 
| 
      
 1788 
     | 
    
         
            +
              height: 89px;
         
     | 
| 
      
 1789 
     | 
    
         
            +
              width: 128px;
         
     | 
| 
      
 1790 
     | 
    
         
            +
              animation: tomster-reveal 0.4s cubic-bezier(0.19, 1, 0.22, 1);
         
     | 
| 
      
 1791 
     | 
    
         
            +
              animation-delay: 0.75s;
         
     | 
| 
      
 1792 
     | 
    
         
            +
              animation-fill-mode: forwards;
         
     | 
| 
      
 1793 
     | 
    
         
            +
            }
         
     | 
| 
      
 1794 
     | 
    
         
            +
             
     | 
| 
      
 1795 
     | 
    
         
            +
            @keyframes tomster-reveal {
         
     | 
| 
      
 1796 
     | 
    
         
            +
              from {
         
     | 
| 
      
 1797 
     | 
    
         
            +
                transform: translateY(90px);
         
     | 
| 
      
 1798 
     | 
    
         
            +
              }
         
     | 
| 
      
 1799 
     | 
    
         
            +
              to {
         
     | 
| 
      
 1800 
     | 
    
         
            +
                transform: translateY(0);
         
     | 
| 
      
 1801 
     | 
    
         
            +
              }
         
     | 
| 
      
 1802 
     | 
    
         
            +
            }
         
     | 
| 
      
 1803 
     | 
    
         
            +
            .error-page-body {
         
     | 
| 
      
 1804 
     | 
    
         
            +
              border-bottom: 1px solid var(--base04);
         
     | 
| 
      
 1805 
     | 
    
         
            +
            }
         
     | 
| 
      
 1806 
     | 
    
         
            +
             
     | 
| 
      
 1807 
     | 
    
         
            +
            /* stylelint-disable no-duplicate-selectors */
         
     | 
| 
      
 1808 
     | 
    
         
            +
            .list {
         
     | 
| 
      
 1809 
     | 
    
         
            +
              background: var(--base00);
         
     | 
| 
      
 1810 
     | 
    
         
            +
              box-sizing: border-box;
         
     | 
| 
      
 1811 
     | 
    
         
            +
              font-size: 1.1rem;
         
     | 
| 
      
 1812 
     | 
    
         
            +
              height: 100%;
         
     | 
| 
      
 1813 
     | 
    
         
            +
              overflow: hidden;
         
     | 
| 
      
 1814 
     | 
    
         
            +
              position: relative;
         
     | 
| 
      
 1815 
     | 
    
         
            +
            }
         
     | 
| 
      
 1816 
     | 
    
         
            +
             
     | 
| 
      
 1817 
     | 
    
         
            +
            .list-content {
         
     | 
| 
      
 1818 
     | 
    
         
            +
              overflow: scroll;
         
     | 
| 
      
 1819 
     | 
    
         
            +
              transform: translateZ(0);
         
     | 
| 
      
 1820 
     | 
    
         
            +
            }
         
     | 
| 
      
 1821 
     | 
    
         
            +
             
     | 
| 
      
 1822 
     | 
    
         
            +
            .list table {
         
     | 
| 
      
 1823 
     | 
    
         
            +
              border-collapse: separate;
         
     | 
| 
      
 1824 
     | 
    
         
            +
              border-spacing: 0;
         
     | 
| 
      
 1825 
     | 
    
         
            +
              left: 0;
         
     | 
| 
      
 1826 
     | 
    
         
            +
              position: absolute;
         
     | 
| 
      
 1827 
     | 
    
         
            +
              table-layout: fixed;
         
     | 
| 
      
 1828 
     | 
    
         
            +
              top: 0;
         
     | 
| 
      
 1829 
     | 
    
         
            +
              width: 100%;
         
     | 
| 
      
 1830 
     | 
    
         
            +
            }
         
     | 
| 
      
 1831 
     | 
    
         
            +
             
     | 
| 
      
 1832 
     | 
    
         
            +
            .list-header {
         
     | 
| 
      
 1833 
     | 
    
         
            +
              border-bottom: 1px solid var(--base05);
         
     | 
| 
      
 1834 
     | 
    
         
            +
              height: 30px;
         
     | 
| 
      
 1835 
     | 
    
         
            +
              overflow: hidden;
         
     | 
| 
      
 1836 
     | 
    
         
            +
              overflow-y: scroll;
         
     | 
| 
      
 1837 
     | 
    
         
            +
              position: relative;
         
     | 
| 
      
 1838 
     | 
    
         
            +
              text-align: left;
         
     | 
| 
      
 1839 
     | 
    
         
            +
              user-select: none;
         
     | 
| 
      
 1840 
     | 
    
         
            +
            }
         
     | 
| 
      
 1841 
     | 
    
         
            +
            .list-header .list-row {
         
     | 
| 
      
 1842 
     | 
    
         
            +
              background: var(--base00);
         
     | 
| 
      
 1843 
     | 
    
         
            +
            }
         
     | 
| 
      
 1844 
     | 
    
         
            +
            .list-header .list-cell {
         
     | 
| 
      
 1845 
     | 
    
         
            +
              color: var(--inherit);
         
     | 
| 
      
 1846 
     | 
    
         
            +
              font-weight: normal;
         
     | 
| 
      
 1847 
     | 
    
         
            +
              opacity: 1;
         
     | 
| 
      
 1848 
     | 
    
         
            +
              padding: 0;
         
     | 
| 
      
 1849 
     | 
    
         
            +
              padding-left: 5px;
         
     | 
| 
      
 1850 
     | 
    
         
            +
              position: relative;
         
     | 
| 
      
 1851 
     | 
    
         
            +
            }
         
     | 
| 
      
 1852 
     | 
    
         
            +
             
     | 
| 
      
 1853 
     | 
    
         
            +
            .list:not(.list-no-alternate-color) .list-content .list-row {
         
     | 
| 
      
 1854 
     | 
    
         
            +
              background: var(--base02);
         
     | 
| 
      
 1855 
     | 
    
         
            +
            }
         
     | 
| 
      
 1856 
     | 
    
         
            +
            .list:not(.list-no-alternate-color) .list-content .list-row.striped {
         
     | 
| 
      
 1857 
     | 
    
         
            +
              background: var(--base00);
         
     | 
| 
      
 1858 
     | 
    
         
            +
            }
         
     | 
| 
      
 1859 
     | 
    
         
            +
             
     | 
| 
      
 1860 
     | 
    
         
            +
            .list.list-css-striping .list-row:nth-child(even) {
         
     | 
| 
      
 1861 
     | 
    
         
            +
              background: var(--base00);
         
     | 
| 
      
 1862 
     | 
    
         
            +
            }
         
     | 
| 
      
 1863 
     | 
    
         
            +
             
     | 
| 
      
 1864 
     | 
    
         
            +
            .list-cell-content {
         
     | 
| 
      
 1865 
     | 
    
         
            +
              width: 100%;
         
     | 
| 
      
 1866 
     | 
    
         
            +
            }
         
     | 
| 
      
 1867 
     | 
    
         
            +
             
     | 
| 
      
 1868 
     | 
    
         
            +
            .list-cell {
         
     | 
| 
      
 1869 
     | 
    
         
            +
              box-sizing: border-box;
         
     | 
| 
      
 1870 
     | 
    
         
            +
              line-height: 30px;
         
     | 
| 
      
 1871 
     | 
    
         
            +
              min-height: 30px;
         
     | 
| 
      
 1872 
     | 
    
         
            +
              opacity: 0.7;
         
     | 
| 
      
 1873 
     | 
    
         
            +
              overflow: hidden;
         
     | 
| 
      
 1874 
     | 
    
         
            +
              padding-left: 5px;
         
     | 
| 
      
 1875 
     | 
    
         
            +
              text-overflow: ellipsis;
         
     | 
| 
      
 1876 
     | 
    
         
            +
              white-space: nowrap;
         
     | 
| 
      
 1877 
     | 
    
         
            +
            }
         
     | 
| 
      
 1878 
     | 
    
         
            +
            .list-cell-size-small {
         
     | 
| 
      
 1879 
     | 
    
         
            +
              flex: none;
         
     | 
| 
      
 1880 
     | 
    
         
            +
              width: 50px;
         
     | 
| 
      
 1881 
     | 
    
         
            +
            }
         
     | 
| 
      
 1882 
     | 
    
         
            +
            .list-cell-size-medium {
         
     | 
| 
      
 1883 
     | 
    
         
            +
              flex: none;
         
     | 
| 
      
 1884 
     | 
    
         
            +
              width: 130px;
         
     | 
| 
      
 1885 
     | 
    
         
            +
            }
         
     | 
| 
      
 1886 
     | 
    
         
            +
            .list-cell-size-larger {
         
     | 
| 
      
 1887 
     | 
    
         
            +
              flex: none;
         
     | 
| 
      
 1888 
     | 
    
         
            +
              width: 350px;
         
     | 
| 
      
 1889 
     | 
    
         
            +
            }
         
     | 
| 
      
 1890 
     | 
    
         
            +
            .list-cell-size-large {
         
     | 
| 
      
 1891 
     | 
    
         
            +
              flex: none;
         
     | 
| 
      
 1892 
     | 
    
         
            +
              width: 250px;
         
     | 
| 
      
 1893 
     | 
    
         
            +
            }
         
     | 
| 
      
 1894 
     | 
    
         
            +
            .list-cell-size-huge {
         
     | 
| 
      
 1895 
     | 
    
         
            +
              flex: none;
         
     | 
| 
      
 1896 
     | 
    
         
            +
              width: 450px;
         
     | 
| 
      
 1897 
     | 
    
         
            +
            }
         
     | 
| 
      
 1898 
     | 
    
         
            +
            .list-cell-value-numeric {
         
     | 
| 
      
 1899 
     | 
    
         
            +
              font-family: var(--font-monospace);
         
     | 
| 
      
 1900 
     | 
    
         
            +
              min-width: 65px;
         
     | 
| 
      
 1901 
     | 
    
         
            +
              padding-right: 10px;
         
     | 
| 
      
 1902 
     | 
    
         
            +
              text-align: right;
         
     | 
| 
      
 1903 
     | 
    
         
            +
            }
         
     | 
| 
      
 1904 
     | 
    
         
            +
            .list-cell-main {
         
     | 
| 
      
 1905 
     | 
    
         
            +
              font-weight: bold;
         
     | 
| 
      
 1906 
     | 
    
         
            +
            }
         
     | 
| 
      
 1907 
     | 
    
         
            +
            .list-cell-spacer {
         
     | 
| 
      
 1908 
     | 
    
         
            +
              border: none;
         
     | 
| 
      
 1909 
     | 
    
         
            +
              flex: none;
         
     | 
| 
      
 1910 
     | 
    
         
            +
              width: 0;
         
     | 
| 
      
 1911 
     | 
    
         
            +
            }
         
     | 
| 
      
 1912 
     | 
    
         
            +
            .list-cell-clickable {
         
     | 
| 
      
 1913 
     | 
    
         
            +
              cursor: pointer;
         
     | 
| 
      
 1914 
     | 
    
         
            +
            }
         
     | 
| 
      
 1915 
     | 
    
         
            +
             
     | 
| 
      
 1916 
     | 
    
         
            +
            /**
         
     | 
| 
      
 1917 
     | 
    
         
            +
             * Content in a cell that should not take the entire
         
     | 
| 
      
 1918 
     | 
    
         
            +
             * space. Usually because it has a $E after it.
         
     | 
| 
      
 1919 
     | 
    
         
            +
             */
         
     | 
| 
      
 1920 
     | 
    
         
            +
            .list-cell-partial {
         
     | 
| 
      
 1921 
     | 
    
         
            +
              display: inline-block;
         
     | 
| 
      
 1922 
     | 
    
         
            +
              float: left;
         
     | 
| 
      
 1923 
     | 
    
         
            +
              max-width: calc(100% - 40px);
         
     | 
| 
      
 1924 
     | 
    
         
            +
              overflow: hidden;
         
     | 
| 
      
 1925 
     | 
    
         
            +
              text-overflow: ellipsis;
         
     | 
| 
      
 1926 
     | 
    
         
            +
              white-space: nowrap;
         
     | 
| 
      
 1927 
     | 
    
         
            +
            }
         
     | 
| 
      
 1928 
     | 
    
         
            +
             
     | 
| 
      
 1929 
     | 
    
         
            +
            .list-cell-partial-clickable {
         
     | 
| 
      
 1930 
     | 
    
         
            +
              cursor: pointer;
         
     | 
| 
      
 1931 
     | 
    
         
            +
            }
         
     | 
| 
      
 1932 
     | 
    
         
            +
             
     | 
| 
      
 1933 
     | 
    
         
            +
            .list-cell-partial-size-medium {
         
     | 
| 
      
 1934 
     | 
    
         
            +
              max-width: calc(100% - 60px);
         
     | 
| 
      
 1935 
     | 
    
         
            +
            }
         
     | 
| 
      
 1936 
     | 
    
         
            +
             
     | 
| 
      
 1937 
     | 
    
         
            +
            /**
         
     | 
| 
      
 1938 
     | 
    
         
            +
             * For example a $E icon to the right
         
     | 
| 
      
 1939 
     | 
    
         
            +
             * of a cell.
         
     | 
| 
      
 1940 
     | 
    
         
            +
             */
         
     | 
| 
      
 1941 
     | 
    
         
            +
            .list-cell-helper {
         
     | 
| 
      
 1942 
     | 
    
         
            +
              float: right;
         
     | 
| 
      
 1943 
     | 
    
         
            +
              margin-right: 5px;
         
     | 
| 
      
 1944 
     | 
    
         
            +
            }
         
     | 
| 
      
 1945 
     | 
    
         
            +
             
     | 
| 
      
 1946 
     | 
    
         
            +
            .list-link {
         
     | 
| 
      
 1947 
     | 
    
         
            +
              cursor: pointer;
         
     | 
| 
      
 1948 
     | 
    
         
            +
            }
         
     | 
| 
      
 1949 
     | 
    
         
            +
             
     | 
| 
      
 1950 
     | 
    
         
            +
            .list-row:hover .list-cell {
         
     | 
| 
      
 1951 
     | 
    
         
            +
              opacity: 1;
         
     | 
| 
      
 1952 
     | 
    
         
            +
            }
         
     | 
| 
      
 1953 
     | 
    
         
            +
            .list-row:hover .list-cell-clickable {
         
     | 
| 
      
 1954 
     | 
    
         
            +
              text-decoration: underline;
         
     | 
| 
      
 1955 
     | 
    
         
            +
            }
         
     | 
| 
      
 1956 
     | 
    
         
            +
            .list-row:hover .list-cell-partial-clickable {
         
     | 
| 
      
 1957 
     | 
    
         
            +
              text-decoration: underline;
         
     | 
| 
      
 1958 
     | 
    
         
            +
            }
         
     | 
| 
      
 1959 
     | 
    
         
            +
            .list-row:hover .list-link {
         
     | 
| 
      
 1960 
     | 
    
         
            +
              text-decoration: underline;
         
     | 
| 
      
 1961 
     | 
    
         
            +
            }
         
     | 
| 
      
 1962 
     | 
    
         
            +
             
     | 
| 
      
 1963 
     | 
    
         
            +
            .list-row-highlight .list-cell,
         
     | 
| 
      
 1964 
     | 
    
         
            +
            .list-cell-highlight {
         
     | 
| 
      
 1965 
     | 
    
         
            +
              opacity: 1;
         
     | 
| 
      
 1966 
     | 
    
         
            +
            }
         
     | 
| 
      
 1967 
     | 
    
         
            +
             
     | 
| 
      
 1968 
     | 
    
         
            +
            /* ARROW FOR COLLAPSING AND EXPANDING */
         
     | 
| 
      
 1969 
     | 
    
         
            +
            .list-cell-arrow {
         
     | 
| 
      
 1970 
     | 
    
         
            +
              cursor: pointer;
         
     | 
| 
      
 1971 
     | 
    
         
            +
              display: block;
         
     | 
| 
      
 1972 
     | 
    
         
            +
              float: left;
         
     | 
| 
      
 1973 
     | 
    
         
            +
              height: 30px;
         
     | 
| 
      
 1974 
     | 
    
         
            +
              position: relative;
         
     | 
| 
      
 1975 
     | 
    
         
            +
              width: 15px;
         
     | 
| 
      
 1976 
     | 
    
         
            +
            }
         
     | 
| 
      
 1977 
     | 
    
         
            +
            .list-cell-arrow::before {
         
     | 
| 
      
 1978 
     | 
    
         
            +
              color: var(--base10);
         
     | 
| 
      
 1979 
     | 
    
         
            +
              font-size: 75%;
         
     | 
| 
      
 1980 
     | 
    
         
            +
              position: absolute;
         
     | 
| 
      
 1981 
     | 
    
         
            +
              right: 5px;
         
     | 
| 
      
 1982 
     | 
    
         
            +
              top: 0;
         
     | 
| 
      
 1983 
     | 
    
         
            +
            }
         
     | 
| 
      
 1984 
     | 
    
         
            +
             
     | 
| 
      
 1985 
     | 
    
         
            +
            /* cell expanding/collapsing */
         
     | 
| 
      
 1986 
     | 
    
         
            +
            .list-cell-arrow-expanded,
         
     | 
| 
      
 1987 
     | 
    
         
            +
            .list-cell-arrow-collapsed {
         
     | 
| 
      
 1988 
     | 
    
         
            +
              cursor: pointer;
         
     | 
| 
      
 1989 
     | 
    
         
            +
            }
         
     | 
| 
      
 1990 
     | 
    
         
            +
             
     | 
| 
      
 1991 
     | 
    
         
            +
            .list-cell-arrow-collapsed .list-cell-arrow::before {
         
     | 
| 
      
 1992 
     | 
    
         
            +
              content: "▶";
         
     | 
| 
      
 1993 
     | 
    
         
            +
            }
         
     | 
| 
      
 1994 
     | 
    
         
            +
             
     | 
| 
      
 1995 
     | 
    
         
            +
            .list-cell-arrow-expanded .list-cell-arrow::before {
         
     | 
| 
      
 1996 
     | 
    
         
            +
              content: "▼";
         
     | 
| 
      
 1997 
     | 
    
         
            +
            }
         
     | 
| 
      
 1998 
     | 
    
         
            +
             
     | 
| 
      
 1999 
     | 
    
         
            +
            .list-row-arrow-collapsed,
         
     | 
| 
      
 2000 
     | 
    
         
            +
            .list-row-arrow-expanded {
         
     | 
| 
      
 2001 
     | 
    
         
            +
              cursor: pointer;
         
     | 
| 
      
 2002 
     | 
    
         
            +
              position: relative;
         
     | 
| 
      
 2003 
     | 
    
         
            +
            }
         
     | 
| 
      
 2004 
     | 
    
         
            +
             
     | 
| 
      
 2005 
     | 
    
         
            +
            .list-row-arrow-collapsed .list-cell-arrow::before {
         
     | 
| 
      
 2006 
     | 
    
         
            +
              content: "▶";
         
     | 
| 
      
 2007 
     | 
    
         
            +
            }
         
     | 
| 
      
 2008 
     | 
    
         
            +
             
     | 
| 
      
 2009 
     | 
    
         
            +
            .list-row-arrow-expanded .list-cell-arrow::before {
         
     | 
| 
      
 2010 
     | 
    
         
            +
              content: "▼";
         
     | 
| 
      
 2011 
     | 
    
         
            +
            }
         
     | 
| 
      
 2012 
     | 
    
         
            +
             
     | 
| 
      
 2013 
     | 
    
         
            +
            .nav-title {
         
     | 
| 
      
 2014 
     | 
    
         
            +
              color: var(--base09);
         
     | 
| 
      
 2015 
     | 
    
         
            +
              cursor: default;
         
     | 
| 
      
 2016 
     | 
    
         
            +
              font-size: 1.2rem;
         
     | 
| 
      
 2017 
     | 
    
         
            +
              height: 22px;
         
     | 
| 
      
 2018 
     | 
    
         
            +
              line-height: 22px;
         
     | 
| 
      
 2019 
     | 
    
         
            +
              margin: 2px 0 0;
         
     | 
| 
      
 2020 
     | 
    
         
            +
              overflow: hidden;
         
     | 
| 
      
 2021 
     | 
    
         
            +
              padding: 0 var(--unit1);
         
     | 
| 
      
 2022 
     | 
    
         
            +
              text-overflow: ellipsis;
         
     | 
| 
      
 2023 
     | 
    
         
            +
              white-space: nowrap;
         
     | 
| 
      
 2024 
     | 
    
         
            +
            }
         
     | 
| 
      
 2025 
     | 
    
         
            +
             
     | 
| 
      
 2026 
     | 
    
         
            +
            .nav ul {
         
     | 
| 
      
 2027 
     | 
    
         
            +
              list-style-type: none;
         
     | 
| 
      
 2028 
     | 
    
         
            +
              margin: 0;
         
     | 
| 
      
 2029 
     | 
    
         
            +
              padding: 0;
         
     | 
| 
      
 2030 
     | 
    
         
            +
              user-select: none;
         
     | 
| 
      
 2031 
     | 
    
         
            +
            }
         
     | 
| 
      
 2032 
     | 
    
         
            +
             
     | 
| 
      
 2033 
     | 
    
         
            +
            /**
         
     | 
| 
      
 2034 
     | 
    
         
            +
              Nav Item
         
     | 
| 
      
 2035 
     | 
    
         
            +
              ===========
         
     | 
| 
      
 2036 
     | 
    
         
            +
              Anchor tag
         
     | 
| 
      
 2037 
     | 
    
         
            +
            */
         
     | 
| 
      
 2038 
     | 
    
         
            +
            .nav-item {
         
     | 
| 
      
 2039 
     | 
    
         
            +
              align-items: center;
         
     | 
| 
      
 2040 
     | 
    
         
            +
              color: var(--base15);
         
     | 
| 
      
 2041 
     | 
    
         
            +
              cursor: default;
         
     | 
| 
      
 2042 
     | 
    
         
            +
              display: flex;
         
     | 
| 
      
 2043 
     | 
    
         
            +
              height: 24px;
         
     | 
| 
      
 2044 
     | 
    
         
            +
              line-height: 24px;
         
     | 
| 
      
 2045 
     | 
    
         
            +
              overflow: hidden;
         
     | 
| 
      
 2046 
     | 
    
         
            +
              padding: 0 var(--unit1);
         
     | 
| 
      
 2047 
     | 
    
         
            +
              text-decoration: none;
         
     | 
| 
      
 2048 
     | 
    
         
            +
              text-overflow: ellipsis;
         
     | 
| 
      
 2049 
     | 
    
         
            +
              white-space: nowrap;
         
     | 
| 
      
 2050 
     | 
    
         
            +
            }
         
     | 
| 
      
 2051 
     | 
    
         
            +
            .nav-item:focus {
         
     | 
| 
      
 2052 
     | 
    
         
            +
              outline: none;
         
     | 
| 
      
 2053 
     | 
    
         
            +
            }
         
     | 
| 
      
 2054 
     | 
    
         
            +
             
     | 
| 
      
 2055 
     | 
    
         
            +
            .nav-item.active {
         
     | 
| 
      
 2056 
     | 
    
         
            +
              background: var(--focus);
         
     | 
| 
      
 2057 
     | 
    
         
            +
              color: var(--focus-text);
         
     | 
| 
      
 2058 
     | 
    
         
            +
            }
         
     | 
| 
      
 2059 
     | 
    
         
            +
             
     | 
| 
      
 2060 
     | 
    
         
            +
            .app.inactive .nav-item.active {
         
     | 
| 
      
 2061 
     | 
    
         
            +
              background: var(--base06);
         
     | 
| 
      
 2062 
     | 
    
         
            +
            }
         
     | 
| 
      
 2063 
     | 
    
         
            +
             
     | 
| 
      
 2064 
     | 
    
         
            +
            /**
         
     | 
| 
      
 2065 
     | 
    
         
            +
              Nav Item Label
         
     | 
| 
      
 2066 
     | 
    
         
            +
              ===========
         
     | 
| 
      
 2067 
     | 
    
         
            +
              Main text of Nav Item
         
     | 
| 
      
 2068 
     | 
    
         
            +
            */
         
     | 
| 
      
 2069 
     | 
    
         
            +
            .nav-item-label {
         
     | 
| 
      
 2070 
     | 
    
         
            +
              flex-grow: 1;
         
     | 
| 
      
 2071 
     | 
    
         
            +
              font-size: 1.3rem;
         
     | 
| 
      
 2072 
     | 
    
         
            +
            }
         
     | 
| 
      
 2073 
     | 
    
         
            +
             
     | 
| 
      
 2074 
     | 
    
         
            +
            .nav-collapsed .nav-item-label,
         
     | 
| 
      
 2075 
     | 
    
         
            +
            .nav-collapsed .nav-item .pill {
         
     | 
| 
      
 2076 
     | 
    
         
            +
              display: none;
         
     | 
| 
      
 2077 
     | 
    
         
            +
            }
         
     | 
| 
      
 2078 
     | 
    
         
            +
             
     | 
| 
      
 2079 
     | 
    
         
            +
            .nav-item-icon {
         
     | 
| 
      
 2080 
     | 
    
         
            +
              flex-shrink: 0;
         
     | 
| 
      
 2081 
     | 
    
         
            +
              height: 22px;
         
     | 
| 
      
 2082 
     | 
    
         
            +
              margin-right: 7px;
         
     | 
| 
      
 2083 
     | 
    
         
            +
              width: 22px;
         
     | 
| 
      
 2084 
     | 
    
         
            +
            }
         
     | 
| 
      
 2085 
     | 
    
         
            +
             
     | 
| 
      
 2086 
     | 
    
         
            +
            .nav-icon-stroke {
         
     | 
| 
      
 2087 
     | 
    
         
            +
              fill: var(--base12);
         
     | 
| 
      
 2088 
     | 
    
         
            +
            }
         
     | 
| 
      
 2089 
     | 
    
         
            +
             
     | 
| 
      
 2090 
     | 
    
         
            +
            .nav-item.active .nav-icon-stroke {
         
     | 
| 
      
 2091 
     | 
    
         
            +
              fill: var(--focus-text);
         
     | 
| 
      
 2092 
     | 
    
         
            +
            }
         
     | 
| 
      
 2093 
     | 
    
         
            +
             
     | 
| 
      
 2094 
     | 
    
         
            +
            /* Custom navs */
         
     | 
| 
      
 2095 
     | 
    
         
            +
            .nav-main .nav-item {
         
     | 
| 
      
 2096 
     | 
    
         
            +
              height: 38px;
         
     | 
| 
      
 2097 
     | 
    
         
            +
              line-height: 38px;
         
     | 
| 
      
 2098 
     | 
    
         
            +
              padding-left: 12px;
         
     | 
| 
      
 2099 
     | 
    
         
            +
            }
         
     | 
| 
      
 2100 
     | 
    
         
            +
             
     | 
| 
      
 2101 
     | 
    
         
            +
            .nav-main .pill {
         
     | 
| 
      
 2102 
     | 
    
         
            +
              margin-right: var(--unit1);
         
     | 
| 
      
 2103 
     | 
    
         
            +
              margin-left: var(--unit1);
         
     | 
| 
      
 2104 
     | 
    
         
            +
            }
         
     | 
| 
      
 2105 
     | 
    
         
            +
             
     | 
| 
      
 2106 
     | 
    
         
            +
            .nav.nav-main .nav-title {
         
     | 
| 
      
 2107 
     | 
    
         
            +
              padding-left: 14px;
         
     | 
| 
      
 2108 
     | 
    
         
            +
            }
         
     | 
| 
      
 2109 
     | 
    
         
            +
             
     | 
| 
      
 2110 
     | 
    
         
            +
            /* Flip path on Promises icon */
         
     | 
| 
      
 2111 
     | 
    
         
            +
            .promises-icon-circle {
         
     | 
| 
      
 2112 
     | 
    
         
            +
              transform: scaleX(-1);
         
     | 
| 
      
 2113 
     | 
    
         
            +
              transform-origin: 18px;
         
     | 
| 
      
 2114 
     | 
    
         
            +
            }
         
     | 
| 
      
 2115 
     | 
    
         
            +
             
     | 
| 
      
 2116 
     | 
    
         
            +
            .navigation-submit-issue {
         
     | 
| 
      
 2117 
     | 
    
         
            +
              grid-area: left;
         
     | 
| 
      
 2118 
     | 
    
         
            +
            }
         
     | 
| 
      
 2119 
     | 
    
         
            +
             
     | 
| 
      
 2120 
     | 
    
         
            +
            .navigation-toggle {
         
     | 
| 
      
 2121 
     | 
    
         
            +
              grid-area: right;
         
     | 
| 
      
 2122 
     | 
    
         
            +
            }
         
     | 
| 
      
 2123 
     | 
    
         
            +
            .navigation-toggle .svg-stroke {
         
     | 
| 
      
 2124 
     | 
    
         
            +
              stroke: var(--base12);
         
     | 
| 
      
 2125 
     | 
    
         
            +
            }
         
     | 
| 
      
 2126 
     | 
    
         
            +
            .navigation-toggle .svg-fill {
         
     | 
| 
      
 2127 
     | 
    
         
            +
              fill: var(--base12);
         
     | 
| 
      
 2128 
     | 
    
         
            +
            }
         
     | 
| 
      
 2129 
     | 
    
         
            +
             
     | 
| 
      
 2130 
     | 
    
         
            +
            .nav-footer.nav-expanded {
         
     | 
| 
      
 2131 
     | 
    
         
            +
              display: grid;
         
     | 
| 
      
 2132 
     | 
    
         
            +
              grid-template: "left center right" 38px/auto 1fr auto;
         
     | 
| 
      
 2133 
     | 
    
         
            +
              height: 38px;
         
     | 
| 
      
 2134 
     | 
    
         
            +
            }
         
     | 
| 
      
 2135 
     | 
    
         
            +
             
     | 
| 
      
 2136 
     | 
    
         
            +
            .nav-footer.nav-collapsed {
         
     | 
| 
      
 2137 
     | 
    
         
            +
              display: grid;
         
     | 
| 
      
 2138 
     | 
    
         
            +
              grid-template: "left" 32px "right" 32px;
         
     | 
| 
      
 2139 
     | 
    
         
            +
              height: auto;
         
     | 
| 
      
 2140 
     | 
    
         
            +
            }
         
     | 
| 
      
 2141 
     | 
    
         
            +
             
     | 
| 
      
 2142 
     | 
    
         
            +
            .nav-overflow.nav-overflow-active {
         
     | 
| 
      
 2143 
     | 
    
         
            +
              background-color: var(--focus);
         
     | 
| 
      
 2144 
     | 
    
         
            +
            }
         
     | 
| 
      
 2145 
     | 
    
         
            +
            .nav-overflow.nav-overflow-active .nav-icon-stroke {
         
     | 
| 
      
 2146 
     | 
    
         
            +
              fill: var(--focus-text);
         
     | 
| 
      
 2147 
     | 
    
         
            +
            }
         
     | 
| 
      
 2148 
     | 
    
         
            +
             
     | 
| 
      
 2149 
     | 
    
         
            +
            .nav-overflow select {
         
     | 
| 
      
 2150 
     | 
    
         
            +
              height: 38px;
         
     | 
| 
      
 2151 
     | 
    
         
            +
            }
         
     | 
| 
      
 2152 
     | 
    
         
            +
             
     | 
| 
      
 2153 
     | 
    
         
            +
            .pill {
         
     | 
| 
      
 2154 
     | 
    
         
            +
              background: var(--pill-bg);
         
     | 
| 
      
 2155 
     | 
    
         
            +
              border-radius: 8px;
         
     | 
| 
      
 2156 
     | 
    
         
            +
              cursor: inherit;
         
     | 
| 
      
 2157 
     | 
    
         
            +
              display: inline-block;
         
     | 
| 
      
 2158 
     | 
    
         
            +
              font-family: var(--font-monospace);
         
     | 
| 
      
 2159 
     | 
    
         
            +
              font-size: 1.2rem;
         
     | 
| 
      
 2160 
     | 
    
         
            +
              line-height: 12px;
         
     | 
| 
      
 2161 
     | 
    
         
            +
              margin: 0 2px;
         
     | 
| 
      
 2162 
     | 
    
         
            +
              padding: 2px 6px;
         
     | 
| 
      
 2163 
     | 
    
         
            +
              position: relative;
         
     | 
| 
      
 2164 
     | 
    
         
            +
              vertical-align: middle;
         
     | 
| 
      
 2165 
     | 
    
         
            +
            }
         
     | 
| 
      
 2166 
     | 
    
         
            +
             
     | 
| 
      
 2167 
     | 
    
         
            +
            .active > .pill {
         
     | 
| 
      
 2168 
     | 
    
         
            +
              background: var(--pill-bg-active);
         
     | 
| 
      
 2169 
     | 
    
         
            +
            }
         
     | 
| 
      
 2170 
     | 
    
         
            +
             
     | 
| 
      
 2171 
     | 
    
         
            +
            .pill-small {
         
     | 
| 
      
 2172 
     | 
    
         
            +
              font-size: 1rem;
         
     | 
| 
      
 2173 
     | 
    
         
            +
              padding: 2px 4px;
         
     | 
| 
      
 2174 
     | 
    
         
            +
            }
         
     | 
| 
      
 2175 
     | 
    
         
            +
             
     | 
| 
      
 2176 
     | 
    
         
            +
            .pill-text {
         
     | 
| 
      
 2177 
     | 
    
         
            +
              font-family: var(--font-sans-serif);
         
     | 
| 
      
 2178 
     | 
    
         
            +
            }
         
     | 
| 
      
 2179 
     | 
    
         
            +
             
     | 
| 
      
 2180 
     | 
    
         
            +
            .pill-blue {
         
     | 
| 
      
 2181 
     | 
    
         
            +
              background: var(--focus);
         
     | 
| 
      
 2182 
     | 
    
         
            +
              color: var(--focus-text);
         
     | 
| 
      
 2183 
     | 
    
         
            +
            }
         
     | 
| 
      
 2184 
     | 
    
         
            +
             
     | 
| 
      
 2185 
     | 
    
         
            +
            .send-to-console {
         
     | 
| 
      
 2186 
     | 
    
         
            +
              background: none;
         
     | 
| 
      
 2187 
     | 
    
         
            +
              border: none;
         
     | 
| 
      
 2188 
     | 
    
         
            +
              border-bottom: 1px solid transparent;
         
     | 
| 
      
 2189 
     | 
    
         
            +
              color: var(--base15);
         
     | 
| 
      
 2190 
     | 
    
         
            +
              cursor: pointer;
         
     | 
| 
      
 2191 
     | 
    
         
            +
              margin: 0;
         
     | 
| 
      
 2192 
     | 
    
         
            +
              outline: none;
         
     | 
| 
      
 2193 
     | 
    
         
            +
              padding: 0;
         
     | 
| 
      
 2194 
     | 
    
         
            +
            }
         
     | 
| 
      
 2195 
     | 
    
         
            +
            .send-to-console svg {
         
     | 
| 
      
 2196 
     | 
    
         
            +
              vertical-align: middle;
         
     | 
| 
      
 2197 
     | 
    
         
            +
            }
         
     | 
| 
      
 2198 
     | 
    
         
            +
            .send-to-console .send-chevron {
         
     | 
| 
      
 2199 
     | 
    
         
            +
              fill: var(--focus);
         
     | 
| 
      
 2200 
     | 
    
         
            +
            }
         
     | 
| 
      
 2201 
     | 
    
         
            +
            .send-to-console .send-text {
         
     | 
| 
      
 2202 
     | 
    
         
            +
              fill: var(--base12);
         
     | 
| 
      
 2203 
     | 
    
         
            +
            }
         
     | 
| 
      
 2204 
     | 
    
         
            +
             
     | 
| 
      
 2205 
     | 
    
         
            +
            .send-to-console:hover {
         
     | 
| 
      
 2206 
     | 
    
         
            +
              border-bottom-color: var(--focus);
         
     | 
| 
      
 2207 
     | 
    
         
            +
            }
         
     | 
| 
      
 2208 
     | 
    
         
            +
             
     | 
| 
      
 2209 
     | 
    
         
            +
            .send-to-console:active {
         
     | 
| 
      
 2210 
     | 
    
         
            +
              transform: translateY(1px);
         
     | 
| 
      
 2211 
     | 
    
         
            +
            }
         
     | 
| 
      
 2212 
     | 
    
         
            +
             
     | 
| 
      
 2213 
     | 
    
         
            +
            .send-to-console-chevron-only svg {
         
     | 
| 
      
 2214 
     | 
    
         
            +
              position: relative;
         
     | 
| 
      
 2215 
     | 
    
         
            +
              top: -1px;
         
     | 
| 
      
 2216 
     | 
    
         
            +
            }
         
     | 
| 
      
 2217 
     | 
    
         
            +
             
     | 
| 
      
 2218 
     | 
    
         
            +
            .goto-source {
         
     | 
| 
      
 2219 
     | 
    
         
            +
              background: none;
         
     | 
| 
      
 2220 
     | 
    
         
            +
              border: none;
         
     | 
| 
      
 2221 
     | 
    
         
            +
              border-bottom: 1px solid transparent;
         
     | 
| 
      
 2222 
     | 
    
         
            +
              color: var(--base15);
         
     | 
| 
      
 2223 
     | 
    
         
            +
              cursor: pointer;
         
     | 
| 
      
 2224 
     | 
    
         
            +
              margin: 0;
         
     | 
| 
      
 2225 
     | 
    
         
            +
              outline: none;
         
     | 
| 
      
 2226 
     | 
    
         
            +
              padding: 0;
         
     | 
| 
      
 2227 
     | 
    
         
            +
            }
         
     | 
| 
      
 2228 
     | 
    
         
            +
            .goto-source svg {
         
     | 
| 
      
 2229 
     | 
    
         
            +
              vertical-align: middle;
         
     | 
| 
      
 2230 
     | 
    
         
            +
            }
         
     | 
| 
      
 2231 
     | 
    
         
            +
            .goto-source .send-chevron {
         
     | 
| 
      
 2232 
     | 
    
         
            +
              fill: var(--focus);
         
     | 
| 
      
 2233 
     | 
    
         
            +
            }
         
     | 
| 
      
 2234 
     | 
    
         
            +
            .goto-source .send-text {
         
     | 
| 
      
 2235 
     | 
    
         
            +
              fill: var(--base12);
         
     | 
| 
      
 2236 
     | 
    
         
            +
            }
         
     | 
| 
      
 2237 
     | 
    
         
            +
             
     | 
| 
      
 2238 
     | 
    
         
            +
            .goto-source:hover {
         
     | 
| 
      
 2239 
     | 
    
         
            +
              border-bottom-color: var(--focus);
         
     | 
| 
      
 2240 
     | 
    
         
            +
            }
         
     | 
| 
      
 2241 
     | 
    
         
            +
             
     | 
| 
      
 2242 
     | 
    
         
            +
            .goto-source:active {
         
     | 
| 
      
 2243 
     | 
    
         
            +
              transform: translateY(1px);
         
     | 
| 
      
 2244 
     | 
    
         
            +
            }
         
     | 
| 
      
 2245 
     | 
    
         
            +
             
     | 
| 
      
 2246 
     | 
    
         
            +
            .object-inspector-toggle.toolbar-icon-button {
         
     | 
| 
      
 2247 
     | 
    
         
            +
              margin-right: 0;
         
     | 
| 
      
 2248 
     | 
    
         
            +
              max-height: var(--toolbar-height);
         
     | 
| 
      
 2249 
     | 
    
         
            +
              padding-right: 6px;
         
     | 
| 
      
 2250 
     | 
    
         
            +
              padding-left: 6px;
         
     | 
| 
      
 2251 
     | 
    
         
            +
              transform: scaleX(-1);
         
     | 
| 
      
 2252 
     | 
    
         
            +
            }
         
     | 
| 
      
 2253 
     | 
    
         
            +
            .object-inspector-toggle.toolbar-icon-button:active {
         
     | 
| 
      
 2254 
     | 
    
         
            +
              transform: translate(1px, 1px) scaleX(-1);
         
     | 
| 
      
 2255 
     | 
    
         
            +
            }
         
     | 
| 
      
 2256 
     | 
    
         
            +
             
     | 
| 
      
 2257 
     | 
    
         
            +
            /**
         
     | 
| 
      
 2258 
     | 
    
         
            +
             SPLIT
         
     | 
| 
      
 2259 
     | 
    
         
            +
             =====
         
     | 
| 
      
 2260 
     | 
    
         
            +
             Vertically split panels
         
     | 
| 
      
 2261 
     | 
    
         
            +
            */
         
     | 
| 
      
 2262 
     | 
    
         
            +
            /* .split: The container for one or more panels */
         
     | 
| 
      
 2263 
     | 
    
         
            +
            .split {
         
     | 
| 
      
 2264 
     | 
    
         
            +
              inset: 0;
         
     | 
| 
      
 2265 
     | 
    
         
            +
              display: flex;
         
     | 
| 
      
 2266 
     | 
    
         
            +
              flex: auto;
         
     | 
| 
      
 2267 
     | 
    
         
            +
              flex-direction: row;
         
     | 
| 
      
 2268 
     | 
    
         
            +
              position: absolute;
         
     | 
| 
      
 2269 
     | 
    
         
            +
            }
         
     | 
| 
      
 2270 
     | 
    
         
            +
             
     | 
| 
      
 2271 
     | 
    
         
            +
            /* .split-panel: Contains a body, and optional header and footer elements */
         
     | 
| 
      
 2272 
     | 
    
         
            +
            .split-panel {
         
     | 
| 
      
 2273 
     | 
    
         
            +
              display: flex;
         
     | 
| 
      
 2274 
     | 
    
         
            +
              flex: auto;
         
     | 
| 
      
 2275 
     | 
    
         
            +
              flex-direction: column;
         
     | 
| 
      
 2276 
     | 
    
         
            +
              position: relative;
         
     | 
| 
      
 2277 
     | 
    
         
            +
              overflow: hidden;
         
     | 
| 
      
 2278 
     | 
    
         
            +
            }
         
     | 
| 
      
 2279 
     | 
    
         
            +
             
     | 
| 
      
 2280 
     | 
    
         
            +
            .split-panel-hd,
         
     | 
| 
      
 2281 
     | 
    
         
            +
            .split-panel-bd,
         
     | 
| 
      
 2282 
     | 
    
         
            +
            .split-panel-ft {
         
     | 
| 
      
 2283 
     | 
    
         
            +
              position: relative;
         
     | 
| 
      
 2284 
     | 
    
         
            +
            }
         
     | 
| 
      
 2285 
     | 
    
         
            +
             
     | 
| 
      
 2286 
     | 
    
         
            +
            .split-panel-hd,
         
     | 
| 
      
 2287 
     | 
    
         
            +
            .split-panel-ft {
         
     | 
| 
      
 2288 
     | 
    
         
            +
              border-color: var(--base03);
         
     | 
| 
      
 2289 
     | 
    
         
            +
              box-sizing: border-box;
         
     | 
| 
      
 2290 
     | 
    
         
            +
              display: flex;
         
     | 
| 
      
 2291 
     | 
    
         
            +
              flex: none;
         
     | 
| 
      
 2292 
     | 
    
         
            +
              flex-direction: column;
         
     | 
| 
      
 2293 
     | 
    
         
            +
            }
         
     | 
| 
      
 2294 
     | 
    
         
            +
             
     | 
| 
      
 2295 
     | 
    
         
            +
            .split-panel-hd {
         
     | 
| 
      
 2296 
     | 
    
         
            +
              background: var(--base00);
         
     | 
| 
      
 2297 
     | 
    
         
            +
              border-bottom-style: solid;
         
     | 
| 
      
 2298 
     | 
    
         
            +
              border-bottom-width: 1px;
         
     | 
| 
      
 2299 
     | 
    
         
            +
              min-height: 29px;
         
     | 
| 
      
 2300 
     | 
    
         
            +
            }
         
     | 
| 
      
 2301 
     | 
    
         
            +
             
     | 
| 
      
 2302 
     | 
    
         
            +
            .split-panel-bd {
         
     | 
| 
      
 2303 
     | 
    
         
            +
              background: var(--base00);
         
     | 
| 
      
 2304 
     | 
    
         
            +
              flex: auto;
         
     | 
| 
      
 2305 
     | 
    
         
            +
              overflow: scroll;
         
     | 
| 
      
 2306 
     | 
    
         
            +
              max-width: 100%;
         
     | 
| 
      
 2307 
     | 
    
         
            +
              width: auto;
         
     | 
| 
      
 2308 
     | 
    
         
            +
            }
         
     | 
| 
      
 2309 
     | 
    
         
            +
             
     | 
| 
      
 2310 
     | 
    
         
            +
            .split-panel-ft {
         
     | 
| 
      
 2311 
     | 
    
         
            +
              background: var(--base01);
         
     | 
| 
      
 2312 
     | 
    
         
            +
              border-top-style: solid;
         
     | 
| 
      
 2313 
     | 
    
         
            +
              border-top-width: 1px;
         
     | 
| 
      
 2314 
     | 
    
         
            +
              height: 23px;
         
     | 
| 
      
 2315 
     | 
    
         
            +
              justify-content: center;
         
     | 
| 
      
 2316 
     | 
    
         
            +
            }
         
     | 
| 
      
 2317 
     | 
    
         
            +
             
     | 
| 
      
 2318 
     | 
    
         
            +
            .split-panel,
         
     | 
| 
      
 2319 
     | 
    
         
            +
            .split-panel-bd {
         
     | 
| 
      
 2320 
     | 
    
         
            +
              height: 100%;
         
     | 
| 
      
 2321 
     | 
    
         
            +
            }
         
     | 
| 
      
 2322 
     | 
    
         
            +
             
     | 
| 
      
 2323 
     | 
    
         
            +
            /* Custom panels */
         
     | 
| 
      
 2324 
     | 
    
         
            +
            .split-panel-sidebar-1 .split-panel-bd {
         
     | 
| 
      
 2325 
     | 
    
         
            +
              background: var(--base01);
         
     | 
| 
      
 2326 
     | 
    
         
            +
            }
         
     | 
| 
      
 2327 
     | 
    
         
            +
             
     | 
| 
      
 2328 
     | 
    
         
            +
            .split-panel-sidebar-2 .split-panel-bd {
         
     | 
| 
      
 2329 
     | 
    
         
            +
              background: var(--base01);
         
     | 
| 
      
 2330 
     | 
    
         
            +
            }
         
     | 
| 
      
 2331 
     | 
    
         
            +
             
     | 
| 
      
 2332 
     | 
    
         
            +
            /* Fix main list-view scrolling */
         
     | 
| 
      
 2333 
     | 
    
         
            +
            .split-main > .split-panel > .split-panel-bd {
         
     | 
| 
      
 2334 
     | 
    
         
            +
              overflow: hidden;
         
     | 
| 
      
 2335 
     | 
    
         
            +
            }
         
     | 
| 
      
 2336 
     | 
    
         
            +
             
     | 
| 
      
 2337 
     | 
    
         
            +
            .split-main > .split-panel-sidebar-1 > .split-panel-bd {
         
     | 
| 
      
 2338 
     | 
    
         
            +
              overflow-y: auto;
         
     | 
| 
      
 2339 
     | 
    
         
            +
            }
         
     | 
| 
      
 2340 
     | 
    
         
            +
             
     | 
| 
      
 2341 
     | 
    
         
            +
            :root {
         
     | 
| 
      
 2342 
     | 
    
         
            +
              --toolbar-height: 28px;
         
     | 
| 
      
 2343 
     | 
    
         
            +
            }
         
     | 
| 
      
 2344 
     | 
    
         
            +
             
     | 
| 
      
 2345 
     | 
    
         
            +
            .toolbar {
         
     | 
| 
      
 2346 
     | 
    
         
            +
              align-items: center;
         
     | 
| 
      
 2347 
     | 
    
         
            +
              display: flex;
         
     | 
| 
      
 2348 
     | 
    
         
            +
              flex-direction: row;
         
     | 
| 
      
 2349 
     | 
    
         
            +
              min-height: var(--toolbar-height);
         
     | 
| 
      
 2350 
     | 
    
         
            +
            }
         
     | 
| 
      
 2351 
     | 
    
         
            +
             
     | 
| 
      
 2352 
     | 
    
         
            +
            .toolbar > * {
         
     | 
| 
      
 2353 
     | 
    
         
            +
              flex: none;
         
     | 
| 
      
 2354 
     | 
    
         
            +
            }
         
     | 
| 
      
 2355 
     | 
    
         
            +
             
     | 
| 
      
 2356 
     | 
    
         
            +
            .toolbar .send-to-console {
         
     | 
| 
      
 2357 
     | 
    
         
            +
              margin-left: 5px;
         
     | 
| 
      
 2358 
     | 
    
         
            +
              margin-right: 5px;
         
     | 
| 
      
 2359 
     | 
    
         
            +
            }
         
     | 
| 
      
 2360 
     | 
    
         
            +
             
     | 
| 
      
 2361 
     | 
    
         
            +
            .toolbar .goto-source {
         
     | 
| 
      
 2362 
     | 
    
         
            +
              margin-left: 5px;
         
     | 
| 
      
 2363 
     | 
    
         
            +
              margin-right: 5px;
         
     | 
| 
      
 2364 
     | 
    
         
            +
            }
         
     | 
| 
      
 2365 
     | 
    
         
            +
             
     | 
| 
      
 2366 
     | 
    
         
            +
            .toolbar-checkbox {
         
     | 
| 
      
 2367 
     | 
    
         
            +
              height: 100%;
         
     | 
| 
      
 2368 
     | 
    
         
            +
              margin-left: 4px;
         
     | 
| 
      
 2369 
     | 
    
         
            +
              margin-right: 4px;
         
     | 
| 
      
 2370 
     | 
    
         
            +
              overflow: hidden;
         
     | 
| 
      
 2371 
     | 
    
         
            +
              white-space: nowrap;
         
     | 
| 
      
 2372 
     | 
    
         
            +
            }
         
     | 
| 
      
 2373 
     | 
    
         
            +
             
     | 
| 
      
 2374 
     | 
    
         
            +
            .toolbar-checkbox label {
         
     | 
| 
      
 2375 
     | 
    
         
            +
              display: block;
         
     | 
| 
      
 2376 
     | 
    
         
            +
              height: 100%;
         
     | 
| 
      
 2377 
     | 
    
         
            +
              line-height: var(--toolbar-height);
         
     | 
| 
      
 2378 
     | 
    
         
            +
            }
         
     | 
| 
      
 2379 
     | 
    
         
            +
             
     | 
| 
      
 2380 
     | 
    
         
            +
            .toolbar-checkbox input {
         
     | 
| 
      
 2381 
     | 
    
         
            +
              margin: 0;
         
     | 
| 
      
 2382 
     | 
    
         
            +
            }
         
     | 
| 
      
 2383 
     | 
    
         
            +
             
     | 
| 
      
 2384 
     | 
    
         
            +
            /*
         
     | 
| 
      
 2385 
     | 
    
         
            +
              if first item in toolbar, create extra clickable space
         
     | 
| 
      
 2386 
     | 
    
         
            +
            */
         
     | 
| 
      
 2387 
     | 
    
         
            +
            .toolbar-checkbox:first-child {
         
     | 
| 
      
 2388 
     | 
    
         
            +
              margin-left: 0;
         
     | 
| 
      
 2389 
     | 
    
         
            +
            }
         
     | 
| 
      
 2390 
     | 
    
         
            +
             
     | 
| 
      
 2391 
     | 
    
         
            +
            .toolbar-checkbox:first-child label {
         
     | 
| 
      
 2392 
     | 
    
         
            +
              margin-left: 0;
         
     | 
| 
      
 2393 
     | 
    
         
            +
              padding-left: 8px;
         
     | 
| 
      
 2394 
     | 
    
         
            +
            }
         
     | 
| 
      
 2395 
     | 
    
         
            +
             
     | 
| 
      
 2396 
     | 
    
         
            +
            .toolbar .divider {
         
     | 
| 
      
 2397 
     | 
    
         
            +
              height: calc(var(--toolbar-height) - 10px);
         
     | 
| 
      
 2398 
     | 
    
         
            +
              width: 1px;
         
     | 
| 
      
 2399 
     | 
    
         
            +
            }
         
     | 
| 
      
 2400 
     | 
    
         
            +
             
     | 
| 
      
 2401 
     | 
    
         
            +
            .toolbar-icon-button {
         
     | 
| 
      
 2402 
     | 
    
         
            +
              align-items: center;
         
     | 
| 
      
 2403 
     | 
    
         
            +
              background: transparent;
         
     | 
| 
      
 2404 
     | 
    
         
            +
              border: 0 transparent none;
         
     | 
| 
      
 2405 
     | 
    
         
            +
              display: flex;
         
     | 
| 
      
 2406 
     | 
    
         
            +
              height: var(--toolbar-height);
         
     | 
| 
      
 2407 
     | 
    
         
            +
              margin-left: 2px;
         
     | 
| 
      
 2408 
     | 
    
         
            +
              margin-right: 2px;
         
     | 
| 
      
 2409 
     | 
    
         
            +
              padding: 0 2px;
         
     | 
| 
      
 2410 
     | 
    
         
            +
              vertical-align: top;
         
     | 
| 
      
 2411 
     | 
    
         
            +
              /* if first item in toolbar, create extra clickable space on left side */
         
     | 
| 
      
 2412 
     | 
    
         
            +
              /*
         
     | 
| 
      
 2413 
     | 
    
         
            +
              SVG colors
         
     | 
| 
      
 2414 
     | 
    
         
            +
              */
         
     | 
| 
      
 2415 
     | 
    
         
            +
              /*
         
     | 
| 
      
 2416 
     | 
    
         
            +
              Modifier:
         
     | 
| 
      
 2417 
     | 
    
         
            +
              .active (highlighted)
         
     | 
| 
      
 2418 
     | 
    
         
            +
              */
         
     | 
| 
      
 2419 
     | 
    
         
            +
              /*
         
     | 
| 
      
 2420 
     | 
    
         
            +
              Modifier
         
     | 
| 
      
 2421 
     | 
    
         
            +
              .disabled
         
     | 
| 
      
 2422 
     | 
    
         
            +
              */
         
     | 
| 
      
 2423 
     | 
    
         
            +
            }
         
     | 
| 
      
 2424 
     | 
    
         
            +
            .toolbar-icon-button:first-child {
         
     | 
| 
      
 2425 
     | 
    
         
            +
              margin-left: 0;
         
     | 
| 
      
 2426 
     | 
    
         
            +
              padding-left: 10px;
         
     | 
| 
      
 2427 
     | 
    
         
            +
            }
         
     | 
| 
      
 2428 
     | 
    
         
            +
            .toolbar-icon-button:focus {
         
     | 
| 
      
 2429 
     | 
    
         
            +
              outline: none;
         
     | 
| 
      
 2430 
     | 
    
         
            +
            }
         
     | 
| 
      
 2431 
     | 
    
         
            +
            .toolbar-icon-button:active {
         
     | 
| 
      
 2432 
     | 
    
         
            +
              transform: translate(1px, 1px);
         
     | 
| 
      
 2433 
     | 
    
         
            +
            }
         
     | 
| 
      
 2434 
     | 
    
         
            +
            .toolbar-icon-button .svg-stroke {
         
     | 
| 
      
 2435 
     | 
    
         
            +
              stroke: var(--base11);
         
     | 
| 
      
 2436 
     | 
    
         
            +
            }
         
     | 
| 
      
 2437 
     | 
    
         
            +
            .toolbar-icon-button .svg-fill {
         
     | 
| 
      
 2438 
     | 
    
         
            +
              fill: var(--base11);
         
     | 
| 
      
 2439 
     | 
    
         
            +
            }
         
     | 
| 
      
 2440 
     | 
    
         
            +
            .toolbar-icon-button:hover .svg-stroke {
         
     | 
| 
      
 2441 
     | 
    
         
            +
              stroke: var(--base13);
         
     | 
| 
      
 2442 
     | 
    
         
            +
            }
         
     | 
| 
      
 2443 
     | 
    
         
            +
            .toolbar-icon-button:hover .svg-fill {
         
     | 
| 
      
 2444 
     | 
    
         
            +
              fill: var(--base13);
         
     | 
| 
      
 2445 
     | 
    
         
            +
            }
         
     | 
| 
      
 2446 
     | 
    
         
            +
            .toolbar-icon-button.active .svg-stroke {
         
     | 
| 
      
 2447 
     | 
    
         
            +
              stroke: var(--focus);
         
     | 
| 
      
 2448 
     | 
    
         
            +
            }
         
     | 
| 
      
 2449 
     | 
    
         
            +
            .toolbar-icon-button.active .svg-fill {
         
     | 
| 
      
 2450 
     | 
    
         
            +
              fill: var(--focus);
         
     | 
| 
      
 2451 
     | 
    
         
            +
            }
         
     | 
| 
      
 2452 
     | 
    
         
            +
            .toolbar-icon-button.disabled {
         
     | 
| 
      
 2453 
     | 
    
         
            +
              pointer-events: none;
         
     | 
| 
      
 2454 
     | 
    
         
            +
            }
         
     | 
| 
      
 2455 
     | 
    
         
            +
            .toolbar-icon-button.disabled:active {
         
     | 
| 
      
 2456 
     | 
    
         
            +
              transform: none;
         
     | 
| 
      
 2457 
     | 
    
         
            +
            }
         
     | 
| 
      
 2458 
     | 
    
         
            +
            .toolbar-icon-button.disabled .svg-stroke {
         
     | 
| 
      
 2459 
     | 
    
         
            +
              stroke: var(--base05);
         
     | 
| 
      
 2460 
     | 
    
         
            +
            }
         
     | 
| 
      
 2461 
     | 
    
         
            +
            .toolbar-icon-button.disabled .svg-fill {
         
     | 
| 
      
 2462 
     | 
    
         
            +
              fill: var(--base05);
         
     | 
| 
      
 2463 
     | 
    
         
            +
            }
         
     | 
| 
      
 2464 
     | 
    
         
            +
             
     | 
| 
      
 2465 
     | 
    
         
            +
            .toolbar-radio {
         
     | 
| 
      
 2466 
     | 
    
         
            +
              background: var(--base02);
         
     | 
| 
      
 2467 
     | 
    
         
            +
              border: none;
         
     | 
| 
      
 2468 
     | 
    
         
            +
              border-radius: 2px;
         
     | 
| 
      
 2469 
     | 
    
         
            +
              color: var(--base14);
         
     | 
| 
      
 2470 
     | 
    
         
            +
              cursor: default;
         
     | 
| 
      
 2471 
     | 
    
         
            +
              display: inline-block;
         
     | 
| 
      
 2472 
     | 
    
         
            +
              font-size: 1.2rem;
         
     | 
| 
      
 2473 
     | 
    
         
            +
              line-height: 18px;
         
     | 
| 
      
 2474 
     | 
    
         
            +
              margin-left: 2px;
         
     | 
| 
      
 2475 
     | 
    
         
            +
              margin-right: 2px;
         
     | 
| 
      
 2476 
     | 
    
         
            +
              padding: 0 6px;
         
     | 
| 
      
 2477 
     | 
    
         
            +
              position: relative;
         
     | 
| 
      
 2478 
     | 
    
         
            +
              vertical-align: middle;
         
     | 
| 
      
 2479 
     | 
    
         
            +
            }
         
     | 
| 
      
 2480 
     | 
    
         
            +
             
     | 
| 
      
 2481 
     | 
    
         
            +
            .toolbar-radio:active,
         
     | 
| 
      
 2482 
     | 
    
         
            +
            .toolbar-radio:hover,
         
     | 
| 
      
 2483 
     | 
    
         
            +
            .toolbar-radio:focus,
         
     | 
| 
      
 2484 
     | 
    
         
            +
            .toolbar-radio.active {
         
     | 
| 
      
 2485 
     | 
    
         
            +
              outline: none;
         
     | 
| 
      
 2486 
     | 
    
         
            +
            }
         
     | 
| 
      
 2487 
     | 
    
         
            +
             
     | 
| 
      
 2488 
     | 
    
         
            +
            .toolbar-radio-first {
         
     | 
| 
      
 2489 
     | 
    
         
            +
              margin-left: 4px;
         
     | 
| 
      
 2490 
     | 
    
         
            +
            }
         
     | 
| 
      
 2491 
     | 
    
         
            +
             
     | 
| 
      
 2492 
     | 
    
         
            +
            .toolbar-radio-last {
         
     | 
| 
      
 2493 
     | 
    
         
            +
              margin-right: 4px;
         
     | 
| 
      
 2494 
     | 
    
         
            +
            }
         
     | 
| 
      
 2495 
     | 
    
         
            +
             
     | 
| 
      
 2496 
     | 
    
         
            +
            .toolbar-radio:hover {
         
     | 
| 
      
 2497 
     | 
    
         
            +
              background: var(--base04);
         
     | 
| 
      
 2498 
     | 
    
         
            +
            }
         
     | 
| 
      
 2499 
     | 
    
         
            +
             
     | 
| 
      
 2500 
     | 
    
         
            +
            .toolbar-radio:active {
         
     | 
| 
      
 2501 
     | 
    
         
            +
              background: var(--base00);
         
     | 
| 
      
 2502 
     | 
    
         
            +
            }
         
     | 
| 
      
 2503 
     | 
    
         
            +
             
     | 
| 
      
 2504 
     | 
    
         
            +
            .toolbar-radio.active {
         
     | 
| 
      
 2505 
     | 
    
         
            +
              background: var(--focus);
         
     | 
| 
      
 2506 
     | 
    
         
            +
              color: var(--focus-text);
         
     | 
| 
      
 2507 
     | 
    
         
            +
            }
         
     | 
| 
      
 2508 
     | 
    
         
            +
             
     | 
| 
      
 2509 
     | 
    
         
            +
            .toolbar-search input {
         
     | 
| 
      
 2510 
     | 
    
         
            +
              border: 1px solid var(--base05);
         
     | 
| 
      
 2511 
     | 
    
         
            +
              height: calc(var(--toolbar-height) - 7px);
         
     | 
| 
      
 2512 
     | 
    
         
            +
              width: 175px;
         
     | 
| 
      
 2513 
     | 
    
         
            +
            }
         
     | 
| 
      
 2514 
     | 
    
         
            +
             
     | 
| 
      
 2515 
     | 
    
         
            +
            .toolbar-search-clear-button {
         
     | 
| 
      
 2516 
     | 
    
         
            +
              top: 3px;
         
     | 
| 
      
 2517 
     | 
    
         
            +
            }
         
     | 
| 
      
 2518 
     | 
    
         
            +
            .toolbar-search-clear-button svg path {
         
     | 
| 
      
 2519 
     | 
    
         
            +
              fill: var(--base11);
         
     | 
| 
      
 2520 
     | 
    
         
            +
            }
         
     | 
| 
      
 2521 
     | 
    
         
            +
             
     | 
| 
      
 2522 
     | 
    
         
            +
            .warning {
         
     | 
| 
      
 2523 
     | 
    
         
            +
              color: var(--warning-text);
         
     | 
| 
       1689 
2524 
     | 
    
         
             
            }
         
     |