ember-inspector 4.13.1-alpha.2025.7.9 → 4.13.1-alpha.2025.8.10
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/components/object-inspector/component-parents.hbs +33 -0
- package/app/components/object-inspector/component-parents.js +43 -0
- package/app/components/object-inspector.hbs +3 -1
- package/app/controllers/application.js +3 -1
- package/app/controllers/component-tree.js +1 -1
- package/app/index.html +1 -1
- package/app/routes/application.js +1 -0
- package/app/styles/app.scss +1 -0
- package/app/templates/application.hbs +2 -0
- package/dist/bookmarklet/load_inspector.js +1 -0
- package/dist/bookmarklet/panes-3-16-0/assets/{chunk.524.f09748f2f97c650a11d4.js → chunk.524.f2bbf113e750bac576e1.js} +4 -4
- package/dist/{firefox/panes-3-16-0/assets/chunk.582.745520fa87699e11d9c5.js → bookmarklet/panes-3-16-0/assets/chunk.582.1cae37238623bb06e92a.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 +75 -27
- 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.f09748f2f97c650a11d4.js → chrome/panes-3-16-0/assets/chunk.524.f2bbf113e750bac576e1.js} +4 -4
- package/dist/{bookmarklet/panes-3-16-0/assets/chunk.582.745520fa87699e11d9c5.js → chrome/panes-3-16-0/assets/chunk.582.1cae37238623bb06e92a.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 +75 -27
- 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.f09748f2f97c650a11d4.js → firefox/panes-3-16-0/assets/chunk.524.f2bbf113e750bac576e1.js} +4 -4
- package/dist/{websocket/assets/chunk.582.745520fa87699e11d9c5.js → firefox/panes-3-16-0/assets/chunk.582.1cae37238623bb06e92a.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 +75 -27
- 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.f09748f2f97c650a11d4.js → chunk.524.f2bbf113e750bac576e1.js} +4 -4
- package/dist/{chrome/panes-3-16-0/assets/chunk.582.745520fa87699e11d9c5.js → websocket/assets/chunk.582.1cae37238623bb06e92a.js} +5 -5
- package/dist/websocket/assets/ember-inspector.css +835 -0
- package/dist/websocket/assets/ember-inspector.js +75 -27
- 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 +6 -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
|
@@ -1396,839 +1396,3 @@ ol .occluded-content {
|
|
|
1396
1396
|
.ember-table .ember-table-loading-more {
|
|
1397
1397
|
display: inline-block;
|
|
1398
1398
|
}
|
|
1399
|
-
|
|
1400
|
-
@charset "UTF-8";
|
|
1401
|
-
.disclosure-triangle {
|
|
1402
|
-
padding: 0 2px;
|
|
1403
|
-
}
|
|
1404
|
-
.disclosure-triangle:focus {
|
|
1405
|
-
outline: none;
|
|
1406
|
-
}
|
|
1407
|
-
.disclosure-triangle svg {
|
|
1408
|
-
transition-duration: 0.1s;
|
|
1409
|
-
transition-property: transform;
|
|
1410
|
-
}
|
|
1411
|
-
.disclosure-triangle.collapsed svg {
|
|
1412
|
-
transform: rotate(-90deg);
|
|
1413
|
-
}
|
|
1414
|
-
|
|
1415
|
-
/**
|
|
1416
|
-
DRAG-HANDLE
|
|
1417
|
-
===========
|
|
1418
|
-
The drag handle used for resizing elements
|
|
1419
|
-
*/
|
|
1420
|
-
:root {
|
|
1421
|
-
--drag-handle-width: 6px;
|
|
1422
|
-
--drag-handle-active-width: 60px;
|
|
1423
|
-
}
|
|
1424
|
-
|
|
1425
|
-
.drag-handle {
|
|
1426
|
-
width: var(--drag-handle-width);
|
|
1427
|
-
z-index: 500;
|
|
1428
|
-
}
|
|
1429
|
-
|
|
1430
|
-
.drag-handle-right {
|
|
1431
|
-
margin-right: calc(var(--drag-handle-width) / 2 * -1);
|
|
1432
|
-
}
|
|
1433
|
-
|
|
1434
|
-
.drag-handle-left {
|
|
1435
|
-
margin-left: calc(var(--drag-handle-width) / 2 * -1);
|
|
1436
|
-
}
|
|
1437
|
-
|
|
1438
|
-
.drag-handle-border {
|
|
1439
|
-
border-left: 1px solid var(--base06);
|
|
1440
|
-
margin-left: calc(var(--drag-handle-width) / 2);
|
|
1441
|
-
width: 1px;
|
|
1442
|
-
}
|
|
1443
|
-
|
|
1444
|
-
.drag-handle:active {
|
|
1445
|
-
width: var(--drag-handle-active-width);
|
|
1446
|
-
}
|
|
1447
|
-
.drag-handle:active.drag-handle-right {
|
|
1448
|
-
margin-right: calc(var(--drag-handle-active-width) / 2 * -1);
|
|
1449
|
-
}
|
|
1450
|
-
.drag-handle:active.drag-handle-left {
|
|
1451
|
-
margin-left: calc(var(--drag-handle-active-width) / 2 * -1);
|
|
1452
|
-
}
|
|
1453
|
-
.drag-handle:active .drag-handle-border {
|
|
1454
|
-
margin-left: calc(var(--drag-handle-active-width) / 2);
|
|
1455
|
-
}
|
|
1456
|
-
|
|
1457
|
-
.drag-handle-faded {
|
|
1458
|
-
opacity: 0.3;
|
|
1459
|
-
}
|
|
1460
|
-
|
|
1461
|
-
.empty-message svg path {
|
|
1462
|
-
fill: var(--base07);
|
|
1463
|
-
}
|
|
1464
|
-
|
|
1465
|
-
.empty-message-content {
|
|
1466
|
-
max-width: 40rem;
|
|
1467
|
-
}
|
|
1468
|
-
|
|
1469
|
-
/**
|
|
1470
|
-
ERROR-PAGE
|
|
1471
|
-
===========
|
|
1472
|
-
An error with possible reasons and solutions.
|
|
1473
|
-
For example: when application is not detected.
|
|
1474
|
-
*/
|
|
1475
|
-
.error-page-content {
|
|
1476
|
-
border: 1px solid var(--base04);
|
|
1477
|
-
width: 530px;
|
|
1478
|
-
}
|
|
1479
|
-
.error-page-content ul {
|
|
1480
|
-
list-style-type: disc;
|
|
1481
|
-
padding-left: var(--unit4);
|
|
1482
|
-
}
|
|
1483
|
-
.error-page-content li {
|
|
1484
|
-
padding: 2px 0;
|
|
1485
|
-
}
|
|
1486
|
-
.error-page-content a {
|
|
1487
|
-
color: var(--spec01);
|
|
1488
|
-
text-decoration: none;
|
|
1489
|
-
}
|
|
1490
|
-
|
|
1491
|
-
.error-page-header {
|
|
1492
|
-
border-bottom: 1px solid var(--base04);
|
|
1493
|
-
top: -25px;
|
|
1494
|
-
}
|
|
1495
|
-
.error-page-header .tomster {
|
|
1496
|
-
transform: translateY(90px);
|
|
1497
|
-
flex-shrink: 0;
|
|
1498
|
-
height: 89px;
|
|
1499
|
-
width: 128px;
|
|
1500
|
-
animation: tomster-reveal 0.4s cubic-bezier(0.19, 1, 0.22, 1);
|
|
1501
|
-
animation-delay: 0.75s;
|
|
1502
|
-
animation-fill-mode: forwards;
|
|
1503
|
-
}
|
|
1504
|
-
|
|
1505
|
-
@keyframes tomster-reveal {
|
|
1506
|
-
from {
|
|
1507
|
-
transform: translateY(90px);
|
|
1508
|
-
}
|
|
1509
|
-
to {
|
|
1510
|
-
transform: translateY(0);
|
|
1511
|
-
}
|
|
1512
|
-
}
|
|
1513
|
-
.error-page-body {
|
|
1514
|
-
border-bottom: 1px solid var(--base04);
|
|
1515
|
-
}
|
|
1516
|
-
|
|
1517
|
-
/* stylelint-disable no-duplicate-selectors */
|
|
1518
|
-
.list {
|
|
1519
|
-
background: var(--base00);
|
|
1520
|
-
box-sizing: border-box;
|
|
1521
|
-
font-size: 1.1rem;
|
|
1522
|
-
height: 100%;
|
|
1523
|
-
overflow: hidden;
|
|
1524
|
-
position: relative;
|
|
1525
|
-
}
|
|
1526
|
-
|
|
1527
|
-
.list-content {
|
|
1528
|
-
overflow: scroll;
|
|
1529
|
-
transform: translateZ(0);
|
|
1530
|
-
}
|
|
1531
|
-
|
|
1532
|
-
.list table {
|
|
1533
|
-
border-collapse: separate;
|
|
1534
|
-
border-spacing: 0;
|
|
1535
|
-
left: 0;
|
|
1536
|
-
position: absolute;
|
|
1537
|
-
table-layout: fixed;
|
|
1538
|
-
top: 0;
|
|
1539
|
-
width: 100%;
|
|
1540
|
-
}
|
|
1541
|
-
|
|
1542
|
-
.list-header {
|
|
1543
|
-
border-bottom: 1px solid var(--base05);
|
|
1544
|
-
height: 30px;
|
|
1545
|
-
overflow: hidden;
|
|
1546
|
-
overflow-y: scroll;
|
|
1547
|
-
position: relative;
|
|
1548
|
-
text-align: left;
|
|
1549
|
-
user-select: none;
|
|
1550
|
-
}
|
|
1551
|
-
.list-header .list-row {
|
|
1552
|
-
background: var(--base00);
|
|
1553
|
-
}
|
|
1554
|
-
.list-header .list-cell {
|
|
1555
|
-
color: var(--inherit);
|
|
1556
|
-
font-weight: normal;
|
|
1557
|
-
opacity: 1;
|
|
1558
|
-
padding: 0;
|
|
1559
|
-
padding-left: 5px;
|
|
1560
|
-
position: relative;
|
|
1561
|
-
}
|
|
1562
|
-
|
|
1563
|
-
.list:not(.list-no-alternate-color) .list-content .list-row {
|
|
1564
|
-
background: var(--base02);
|
|
1565
|
-
}
|
|
1566
|
-
.list:not(.list-no-alternate-color) .list-content .list-row.striped {
|
|
1567
|
-
background: var(--base00);
|
|
1568
|
-
}
|
|
1569
|
-
|
|
1570
|
-
.list.list-css-striping .list-row:nth-child(even) {
|
|
1571
|
-
background: var(--base00);
|
|
1572
|
-
}
|
|
1573
|
-
|
|
1574
|
-
.list-cell-content {
|
|
1575
|
-
width: 100%;
|
|
1576
|
-
}
|
|
1577
|
-
|
|
1578
|
-
.list-cell {
|
|
1579
|
-
box-sizing: border-box;
|
|
1580
|
-
line-height: 30px;
|
|
1581
|
-
min-height: 30px;
|
|
1582
|
-
opacity: 0.7;
|
|
1583
|
-
overflow: hidden;
|
|
1584
|
-
padding-left: 5px;
|
|
1585
|
-
text-overflow: ellipsis;
|
|
1586
|
-
white-space: nowrap;
|
|
1587
|
-
}
|
|
1588
|
-
.list-cell-size-small {
|
|
1589
|
-
flex: none;
|
|
1590
|
-
width: 50px;
|
|
1591
|
-
}
|
|
1592
|
-
.list-cell-size-medium {
|
|
1593
|
-
flex: none;
|
|
1594
|
-
width: 130px;
|
|
1595
|
-
}
|
|
1596
|
-
.list-cell-size-larger {
|
|
1597
|
-
flex: none;
|
|
1598
|
-
width: 350px;
|
|
1599
|
-
}
|
|
1600
|
-
.list-cell-size-large {
|
|
1601
|
-
flex: none;
|
|
1602
|
-
width: 250px;
|
|
1603
|
-
}
|
|
1604
|
-
.list-cell-size-huge {
|
|
1605
|
-
flex: none;
|
|
1606
|
-
width: 450px;
|
|
1607
|
-
}
|
|
1608
|
-
.list-cell-value-numeric {
|
|
1609
|
-
font-family: var(--font-monospace);
|
|
1610
|
-
min-width: 65px;
|
|
1611
|
-
padding-right: 10px;
|
|
1612
|
-
text-align: right;
|
|
1613
|
-
}
|
|
1614
|
-
.list-cell-main {
|
|
1615
|
-
font-weight: bold;
|
|
1616
|
-
}
|
|
1617
|
-
.list-cell-spacer {
|
|
1618
|
-
border: none;
|
|
1619
|
-
flex: none;
|
|
1620
|
-
width: 0;
|
|
1621
|
-
}
|
|
1622
|
-
.list-cell-clickable {
|
|
1623
|
-
cursor: pointer;
|
|
1624
|
-
}
|
|
1625
|
-
|
|
1626
|
-
/**
|
|
1627
|
-
* Content in a cell that should not take the entire
|
|
1628
|
-
* space. Usually because it has a $E after it.
|
|
1629
|
-
*/
|
|
1630
|
-
.list-cell-partial {
|
|
1631
|
-
display: inline-block;
|
|
1632
|
-
float: left;
|
|
1633
|
-
max-width: calc(100% - 40px);
|
|
1634
|
-
overflow: hidden;
|
|
1635
|
-
text-overflow: ellipsis;
|
|
1636
|
-
white-space: nowrap;
|
|
1637
|
-
}
|
|
1638
|
-
|
|
1639
|
-
.list-cell-partial-clickable {
|
|
1640
|
-
cursor: pointer;
|
|
1641
|
-
}
|
|
1642
|
-
|
|
1643
|
-
.list-cell-partial-size-medium {
|
|
1644
|
-
max-width: calc(100% - 60px);
|
|
1645
|
-
}
|
|
1646
|
-
|
|
1647
|
-
/**
|
|
1648
|
-
* For example a $E icon to the right
|
|
1649
|
-
* of a cell.
|
|
1650
|
-
*/
|
|
1651
|
-
.list-cell-helper {
|
|
1652
|
-
float: right;
|
|
1653
|
-
margin-right: 5px;
|
|
1654
|
-
}
|
|
1655
|
-
|
|
1656
|
-
.list-link {
|
|
1657
|
-
cursor: pointer;
|
|
1658
|
-
}
|
|
1659
|
-
|
|
1660
|
-
.list-row:hover .list-cell {
|
|
1661
|
-
opacity: 1;
|
|
1662
|
-
}
|
|
1663
|
-
.list-row:hover .list-cell-clickable {
|
|
1664
|
-
text-decoration: underline;
|
|
1665
|
-
}
|
|
1666
|
-
.list-row:hover .list-cell-partial-clickable {
|
|
1667
|
-
text-decoration: underline;
|
|
1668
|
-
}
|
|
1669
|
-
.list-row:hover .list-link {
|
|
1670
|
-
text-decoration: underline;
|
|
1671
|
-
}
|
|
1672
|
-
|
|
1673
|
-
.list-row-highlight .list-cell,
|
|
1674
|
-
.list-cell-highlight {
|
|
1675
|
-
opacity: 1;
|
|
1676
|
-
}
|
|
1677
|
-
|
|
1678
|
-
/* ARROW FOR COLLAPSING AND EXPANDING */
|
|
1679
|
-
.list-cell-arrow {
|
|
1680
|
-
cursor: pointer;
|
|
1681
|
-
display: block;
|
|
1682
|
-
float: left;
|
|
1683
|
-
height: 30px;
|
|
1684
|
-
position: relative;
|
|
1685
|
-
width: 15px;
|
|
1686
|
-
}
|
|
1687
|
-
.list-cell-arrow::before {
|
|
1688
|
-
color: var(--base10);
|
|
1689
|
-
font-size: 75%;
|
|
1690
|
-
position: absolute;
|
|
1691
|
-
right: 5px;
|
|
1692
|
-
top: 0;
|
|
1693
|
-
}
|
|
1694
|
-
|
|
1695
|
-
/* cell expanding/collapsing */
|
|
1696
|
-
.list-cell-arrow-expanded,
|
|
1697
|
-
.list-cell-arrow-collapsed {
|
|
1698
|
-
cursor: pointer;
|
|
1699
|
-
}
|
|
1700
|
-
|
|
1701
|
-
.list-cell-arrow-collapsed .list-cell-arrow::before {
|
|
1702
|
-
content: "▶";
|
|
1703
|
-
}
|
|
1704
|
-
|
|
1705
|
-
.list-cell-arrow-expanded .list-cell-arrow::before {
|
|
1706
|
-
content: "▼";
|
|
1707
|
-
}
|
|
1708
|
-
|
|
1709
|
-
.list-row-arrow-collapsed,
|
|
1710
|
-
.list-row-arrow-expanded {
|
|
1711
|
-
cursor: pointer;
|
|
1712
|
-
position: relative;
|
|
1713
|
-
}
|
|
1714
|
-
|
|
1715
|
-
.list-row-arrow-collapsed .list-cell-arrow::before {
|
|
1716
|
-
content: "▶";
|
|
1717
|
-
}
|
|
1718
|
-
|
|
1719
|
-
.list-row-arrow-expanded .list-cell-arrow::before {
|
|
1720
|
-
content: "▼";
|
|
1721
|
-
}
|
|
1722
|
-
|
|
1723
|
-
.nav-title {
|
|
1724
|
-
color: var(--base09);
|
|
1725
|
-
cursor: default;
|
|
1726
|
-
font-size: 1.2rem;
|
|
1727
|
-
height: 22px;
|
|
1728
|
-
line-height: 22px;
|
|
1729
|
-
margin: 2px 0 0;
|
|
1730
|
-
overflow: hidden;
|
|
1731
|
-
padding: 0 var(--unit1);
|
|
1732
|
-
text-overflow: ellipsis;
|
|
1733
|
-
white-space: nowrap;
|
|
1734
|
-
}
|
|
1735
|
-
|
|
1736
|
-
.nav ul {
|
|
1737
|
-
list-style-type: none;
|
|
1738
|
-
margin: 0;
|
|
1739
|
-
padding: 0;
|
|
1740
|
-
user-select: none;
|
|
1741
|
-
}
|
|
1742
|
-
|
|
1743
|
-
/**
|
|
1744
|
-
Nav Item
|
|
1745
|
-
===========
|
|
1746
|
-
Anchor tag
|
|
1747
|
-
*/
|
|
1748
|
-
.nav-item {
|
|
1749
|
-
align-items: center;
|
|
1750
|
-
color: var(--base15);
|
|
1751
|
-
cursor: default;
|
|
1752
|
-
display: flex;
|
|
1753
|
-
height: 24px;
|
|
1754
|
-
line-height: 24px;
|
|
1755
|
-
overflow: hidden;
|
|
1756
|
-
padding: 0 var(--unit1);
|
|
1757
|
-
text-decoration: none;
|
|
1758
|
-
text-overflow: ellipsis;
|
|
1759
|
-
white-space: nowrap;
|
|
1760
|
-
}
|
|
1761
|
-
.nav-item:focus {
|
|
1762
|
-
outline: none;
|
|
1763
|
-
}
|
|
1764
|
-
|
|
1765
|
-
.nav-item.active {
|
|
1766
|
-
background: var(--focus);
|
|
1767
|
-
color: var(--focus-text);
|
|
1768
|
-
}
|
|
1769
|
-
|
|
1770
|
-
.app.inactive .nav-item.active {
|
|
1771
|
-
background: var(--base06);
|
|
1772
|
-
}
|
|
1773
|
-
|
|
1774
|
-
/**
|
|
1775
|
-
Nav Item Label
|
|
1776
|
-
===========
|
|
1777
|
-
Main text of Nav Item
|
|
1778
|
-
*/
|
|
1779
|
-
.nav-item-label {
|
|
1780
|
-
flex-grow: 1;
|
|
1781
|
-
font-size: 1.3rem;
|
|
1782
|
-
}
|
|
1783
|
-
|
|
1784
|
-
.nav-collapsed .nav-item-label,
|
|
1785
|
-
.nav-collapsed .nav-item .pill {
|
|
1786
|
-
display: none;
|
|
1787
|
-
}
|
|
1788
|
-
|
|
1789
|
-
.nav-item-icon {
|
|
1790
|
-
flex-shrink: 0;
|
|
1791
|
-
height: 22px;
|
|
1792
|
-
margin-right: 7px;
|
|
1793
|
-
width: 22px;
|
|
1794
|
-
}
|
|
1795
|
-
|
|
1796
|
-
.nav-icon-stroke {
|
|
1797
|
-
fill: var(--base12);
|
|
1798
|
-
}
|
|
1799
|
-
|
|
1800
|
-
.nav-item.active .nav-icon-stroke {
|
|
1801
|
-
fill: var(--focus-text);
|
|
1802
|
-
}
|
|
1803
|
-
|
|
1804
|
-
/* Custom navs */
|
|
1805
|
-
.nav-main .nav-item {
|
|
1806
|
-
height: 38px;
|
|
1807
|
-
line-height: 38px;
|
|
1808
|
-
padding-left: 12px;
|
|
1809
|
-
}
|
|
1810
|
-
|
|
1811
|
-
.nav-main .pill {
|
|
1812
|
-
margin-right: var(--unit1);
|
|
1813
|
-
margin-left: var(--unit1);
|
|
1814
|
-
}
|
|
1815
|
-
|
|
1816
|
-
.nav.nav-main .nav-title {
|
|
1817
|
-
padding-left: 14px;
|
|
1818
|
-
}
|
|
1819
|
-
|
|
1820
|
-
/* Flip path on Promises icon */
|
|
1821
|
-
.promises-icon-circle {
|
|
1822
|
-
transform: scaleX(-1);
|
|
1823
|
-
transform-origin: 18px;
|
|
1824
|
-
}
|
|
1825
|
-
|
|
1826
|
-
.navigation-submit-issue {
|
|
1827
|
-
grid-area: left;
|
|
1828
|
-
}
|
|
1829
|
-
|
|
1830
|
-
.navigation-toggle {
|
|
1831
|
-
grid-area: right;
|
|
1832
|
-
}
|
|
1833
|
-
.navigation-toggle .svg-stroke {
|
|
1834
|
-
stroke: var(--base12);
|
|
1835
|
-
}
|
|
1836
|
-
.navigation-toggle .svg-fill {
|
|
1837
|
-
fill: var(--base12);
|
|
1838
|
-
}
|
|
1839
|
-
|
|
1840
|
-
.nav-footer.nav-expanded {
|
|
1841
|
-
display: grid;
|
|
1842
|
-
grid-template: "left center right" 38px/auto 1fr auto;
|
|
1843
|
-
height: 38px;
|
|
1844
|
-
}
|
|
1845
|
-
|
|
1846
|
-
.nav-footer.nav-collapsed {
|
|
1847
|
-
display: grid;
|
|
1848
|
-
grid-template: "left" 32px "right" 32px;
|
|
1849
|
-
height: auto;
|
|
1850
|
-
}
|
|
1851
|
-
|
|
1852
|
-
.nav-overflow.nav-overflow-active {
|
|
1853
|
-
background-color: var(--focus);
|
|
1854
|
-
}
|
|
1855
|
-
.nav-overflow.nav-overflow-active .nav-icon-stroke {
|
|
1856
|
-
fill: var(--focus-text);
|
|
1857
|
-
}
|
|
1858
|
-
|
|
1859
|
-
.nav-overflow select {
|
|
1860
|
-
height: 38px;
|
|
1861
|
-
}
|
|
1862
|
-
|
|
1863
|
-
.pill {
|
|
1864
|
-
background: var(--pill-bg);
|
|
1865
|
-
border-radius: 8px;
|
|
1866
|
-
cursor: inherit;
|
|
1867
|
-
display: inline-block;
|
|
1868
|
-
font-family: var(--font-monospace);
|
|
1869
|
-
font-size: 1.2rem;
|
|
1870
|
-
line-height: 12px;
|
|
1871
|
-
margin: 0 2px;
|
|
1872
|
-
padding: 2px 6px;
|
|
1873
|
-
position: relative;
|
|
1874
|
-
vertical-align: middle;
|
|
1875
|
-
}
|
|
1876
|
-
|
|
1877
|
-
.active > .pill {
|
|
1878
|
-
background: var(--pill-bg-active);
|
|
1879
|
-
}
|
|
1880
|
-
|
|
1881
|
-
.pill-small {
|
|
1882
|
-
font-size: 1rem;
|
|
1883
|
-
padding: 2px 4px;
|
|
1884
|
-
}
|
|
1885
|
-
|
|
1886
|
-
.pill-text {
|
|
1887
|
-
font-family: var(--font-sans-serif);
|
|
1888
|
-
}
|
|
1889
|
-
|
|
1890
|
-
.pill-blue {
|
|
1891
|
-
background: var(--focus);
|
|
1892
|
-
color: var(--focus-text);
|
|
1893
|
-
}
|
|
1894
|
-
|
|
1895
|
-
.send-to-console {
|
|
1896
|
-
background: none;
|
|
1897
|
-
border: none;
|
|
1898
|
-
border-bottom: 1px solid transparent;
|
|
1899
|
-
color: var(--base15);
|
|
1900
|
-
cursor: pointer;
|
|
1901
|
-
margin: 0;
|
|
1902
|
-
outline: none;
|
|
1903
|
-
padding: 0;
|
|
1904
|
-
}
|
|
1905
|
-
.send-to-console svg {
|
|
1906
|
-
vertical-align: middle;
|
|
1907
|
-
}
|
|
1908
|
-
.send-to-console .send-chevron {
|
|
1909
|
-
fill: var(--focus);
|
|
1910
|
-
}
|
|
1911
|
-
.send-to-console .send-text {
|
|
1912
|
-
fill: var(--base12);
|
|
1913
|
-
}
|
|
1914
|
-
|
|
1915
|
-
.send-to-console:hover {
|
|
1916
|
-
border-bottom-color: var(--focus);
|
|
1917
|
-
}
|
|
1918
|
-
|
|
1919
|
-
.send-to-console:active {
|
|
1920
|
-
transform: translateY(1px);
|
|
1921
|
-
}
|
|
1922
|
-
|
|
1923
|
-
.send-to-console-chevron-only svg {
|
|
1924
|
-
position: relative;
|
|
1925
|
-
top: -1px;
|
|
1926
|
-
}
|
|
1927
|
-
|
|
1928
|
-
.goto-source {
|
|
1929
|
-
background: none;
|
|
1930
|
-
border: none;
|
|
1931
|
-
border-bottom: 1px solid transparent;
|
|
1932
|
-
color: var(--base15);
|
|
1933
|
-
cursor: pointer;
|
|
1934
|
-
margin: 0;
|
|
1935
|
-
outline: none;
|
|
1936
|
-
padding: 0;
|
|
1937
|
-
}
|
|
1938
|
-
.goto-source svg {
|
|
1939
|
-
vertical-align: middle;
|
|
1940
|
-
}
|
|
1941
|
-
.goto-source .send-chevron {
|
|
1942
|
-
fill: var(--focus);
|
|
1943
|
-
}
|
|
1944
|
-
.goto-source .send-text {
|
|
1945
|
-
fill: var(--base12);
|
|
1946
|
-
}
|
|
1947
|
-
|
|
1948
|
-
.goto-source:hover {
|
|
1949
|
-
border-bottom-color: var(--focus);
|
|
1950
|
-
}
|
|
1951
|
-
|
|
1952
|
-
.goto-source:active {
|
|
1953
|
-
transform: translateY(1px);
|
|
1954
|
-
}
|
|
1955
|
-
|
|
1956
|
-
.object-inspector-toggle.toolbar-icon-button {
|
|
1957
|
-
margin-right: 0;
|
|
1958
|
-
max-height: var(--toolbar-height);
|
|
1959
|
-
padding-right: 6px;
|
|
1960
|
-
padding-left: 6px;
|
|
1961
|
-
transform: scaleX(-1);
|
|
1962
|
-
}
|
|
1963
|
-
.object-inspector-toggle.toolbar-icon-button:active {
|
|
1964
|
-
transform: translate(1px, 1px) scaleX(-1);
|
|
1965
|
-
}
|
|
1966
|
-
|
|
1967
|
-
/**
|
|
1968
|
-
SPLIT
|
|
1969
|
-
=====
|
|
1970
|
-
Vertically split panels
|
|
1971
|
-
*/
|
|
1972
|
-
/* .split: The container for one or more panels */
|
|
1973
|
-
.split {
|
|
1974
|
-
inset: 0;
|
|
1975
|
-
display: flex;
|
|
1976
|
-
flex: auto;
|
|
1977
|
-
flex-direction: row;
|
|
1978
|
-
position: absolute;
|
|
1979
|
-
}
|
|
1980
|
-
|
|
1981
|
-
/* .split-panel: Contains a body, and optional header and footer elements */
|
|
1982
|
-
.split-panel {
|
|
1983
|
-
display: flex;
|
|
1984
|
-
flex: auto;
|
|
1985
|
-
flex-direction: column;
|
|
1986
|
-
position: relative;
|
|
1987
|
-
overflow: hidden;
|
|
1988
|
-
}
|
|
1989
|
-
|
|
1990
|
-
.split-panel-hd,
|
|
1991
|
-
.split-panel-bd,
|
|
1992
|
-
.split-panel-ft {
|
|
1993
|
-
position: relative;
|
|
1994
|
-
}
|
|
1995
|
-
|
|
1996
|
-
.split-panel-hd,
|
|
1997
|
-
.split-panel-ft {
|
|
1998
|
-
border-color: var(--base03);
|
|
1999
|
-
box-sizing: border-box;
|
|
2000
|
-
display: flex;
|
|
2001
|
-
flex: none;
|
|
2002
|
-
flex-direction: column;
|
|
2003
|
-
}
|
|
2004
|
-
|
|
2005
|
-
.split-panel-hd {
|
|
2006
|
-
background: var(--base00);
|
|
2007
|
-
border-bottom-style: solid;
|
|
2008
|
-
border-bottom-width: 1px;
|
|
2009
|
-
min-height: 29px;
|
|
2010
|
-
}
|
|
2011
|
-
|
|
2012
|
-
.split-panel-bd {
|
|
2013
|
-
background: var(--base00);
|
|
2014
|
-
flex: auto;
|
|
2015
|
-
overflow: scroll;
|
|
2016
|
-
max-width: 100%;
|
|
2017
|
-
width: auto;
|
|
2018
|
-
}
|
|
2019
|
-
|
|
2020
|
-
.split-panel-ft {
|
|
2021
|
-
background: var(--base01);
|
|
2022
|
-
border-top-style: solid;
|
|
2023
|
-
border-top-width: 1px;
|
|
2024
|
-
height: 23px;
|
|
2025
|
-
justify-content: center;
|
|
2026
|
-
}
|
|
2027
|
-
|
|
2028
|
-
.split-panel,
|
|
2029
|
-
.split-panel-bd {
|
|
2030
|
-
height: 100%;
|
|
2031
|
-
}
|
|
2032
|
-
|
|
2033
|
-
/* Custom panels */
|
|
2034
|
-
.split-panel-sidebar-1 .split-panel-bd {
|
|
2035
|
-
background: var(--base01);
|
|
2036
|
-
}
|
|
2037
|
-
|
|
2038
|
-
.split-panel-sidebar-2 .split-panel-bd {
|
|
2039
|
-
background: var(--base01);
|
|
2040
|
-
}
|
|
2041
|
-
|
|
2042
|
-
/* Fix main list-view scrolling */
|
|
2043
|
-
.split-main > .split-panel > .split-panel-bd {
|
|
2044
|
-
overflow: hidden;
|
|
2045
|
-
}
|
|
2046
|
-
|
|
2047
|
-
.split-main > .split-panel-sidebar-1 > .split-panel-bd {
|
|
2048
|
-
overflow-y: auto;
|
|
2049
|
-
}
|
|
2050
|
-
|
|
2051
|
-
:root {
|
|
2052
|
-
--toolbar-height: 28px;
|
|
2053
|
-
}
|
|
2054
|
-
|
|
2055
|
-
.toolbar {
|
|
2056
|
-
align-items: center;
|
|
2057
|
-
display: flex;
|
|
2058
|
-
flex-direction: row;
|
|
2059
|
-
min-height: var(--toolbar-height);
|
|
2060
|
-
}
|
|
2061
|
-
|
|
2062
|
-
.toolbar > * {
|
|
2063
|
-
flex: none;
|
|
2064
|
-
}
|
|
2065
|
-
|
|
2066
|
-
.toolbar .send-to-console {
|
|
2067
|
-
margin-left: 5px;
|
|
2068
|
-
margin-right: 5px;
|
|
2069
|
-
}
|
|
2070
|
-
|
|
2071
|
-
.toolbar .goto-source {
|
|
2072
|
-
margin-left: 5px;
|
|
2073
|
-
margin-right: 5px;
|
|
2074
|
-
}
|
|
2075
|
-
|
|
2076
|
-
.toolbar-checkbox {
|
|
2077
|
-
height: 100%;
|
|
2078
|
-
margin-left: 4px;
|
|
2079
|
-
margin-right: 4px;
|
|
2080
|
-
overflow: hidden;
|
|
2081
|
-
white-space: nowrap;
|
|
2082
|
-
}
|
|
2083
|
-
|
|
2084
|
-
.toolbar-checkbox label {
|
|
2085
|
-
display: block;
|
|
2086
|
-
height: 100%;
|
|
2087
|
-
line-height: var(--toolbar-height);
|
|
2088
|
-
}
|
|
2089
|
-
|
|
2090
|
-
.toolbar-checkbox input {
|
|
2091
|
-
margin: 0;
|
|
2092
|
-
}
|
|
2093
|
-
|
|
2094
|
-
/*
|
|
2095
|
-
if first item in toolbar, create extra clickable space
|
|
2096
|
-
*/
|
|
2097
|
-
.toolbar-checkbox:first-child {
|
|
2098
|
-
margin-left: 0;
|
|
2099
|
-
}
|
|
2100
|
-
|
|
2101
|
-
.toolbar-checkbox:first-child label {
|
|
2102
|
-
margin-left: 0;
|
|
2103
|
-
padding-left: 8px;
|
|
2104
|
-
}
|
|
2105
|
-
|
|
2106
|
-
.toolbar .divider {
|
|
2107
|
-
height: calc(var(--toolbar-height) - 10px);
|
|
2108
|
-
width: 1px;
|
|
2109
|
-
}
|
|
2110
|
-
|
|
2111
|
-
.toolbar-icon-button {
|
|
2112
|
-
align-items: center;
|
|
2113
|
-
background: transparent;
|
|
2114
|
-
border: 0 transparent none;
|
|
2115
|
-
display: flex;
|
|
2116
|
-
height: var(--toolbar-height);
|
|
2117
|
-
margin-left: 2px;
|
|
2118
|
-
margin-right: 2px;
|
|
2119
|
-
padding: 0 2px;
|
|
2120
|
-
vertical-align: top;
|
|
2121
|
-
/* if first item in toolbar, create extra clickable space on left side */
|
|
2122
|
-
/*
|
|
2123
|
-
SVG colors
|
|
2124
|
-
*/
|
|
2125
|
-
/*
|
|
2126
|
-
Modifier:
|
|
2127
|
-
.active (highlighted)
|
|
2128
|
-
*/
|
|
2129
|
-
/*
|
|
2130
|
-
Modifier
|
|
2131
|
-
.disabled
|
|
2132
|
-
*/
|
|
2133
|
-
}
|
|
2134
|
-
.toolbar-icon-button:first-child {
|
|
2135
|
-
margin-left: 0;
|
|
2136
|
-
padding-left: 10px;
|
|
2137
|
-
}
|
|
2138
|
-
.toolbar-icon-button:focus {
|
|
2139
|
-
outline: none;
|
|
2140
|
-
}
|
|
2141
|
-
.toolbar-icon-button:active {
|
|
2142
|
-
transform: translate(1px, 1px);
|
|
2143
|
-
}
|
|
2144
|
-
.toolbar-icon-button .svg-stroke {
|
|
2145
|
-
stroke: var(--base11);
|
|
2146
|
-
}
|
|
2147
|
-
.toolbar-icon-button .svg-fill {
|
|
2148
|
-
fill: var(--base11);
|
|
2149
|
-
}
|
|
2150
|
-
.toolbar-icon-button:hover .svg-stroke {
|
|
2151
|
-
stroke: var(--base13);
|
|
2152
|
-
}
|
|
2153
|
-
.toolbar-icon-button:hover .svg-fill {
|
|
2154
|
-
fill: var(--base13);
|
|
2155
|
-
}
|
|
2156
|
-
.toolbar-icon-button.active .svg-stroke {
|
|
2157
|
-
stroke: var(--focus);
|
|
2158
|
-
}
|
|
2159
|
-
.toolbar-icon-button.active .svg-fill {
|
|
2160
|
-
fill: var(--focus);
|
|
2161
|
-
}
|
|
2162
|
-
.toolbar-icon-button.disabled {
|
|
2163
|
-
pointer-events: none;
|
|
2164
|
-
}
|
|
2165
|
-
.toolbar-icon-button.disabled:active {
|
|
2166
|
-
transform: none;
|
|
2167
|
-
}
|
|
2168
|
-
.toolbar-icon-button.disabled .svg-stroke {
|
|
2169
|
-
stroke: var(--base05);
|
|
2170
|
-
}
|
|
2171
|
-
.toolbar-icon-button.disabled .svg-fill {
|
|
2172
|
-
fill: var(--base05);
|
|
2173
|
-
}
|
|
2174
|
-
|
|
2175
|
-
.toolbar-radio {
|
|
2176
|
-
background: var(--base02);
|
|
2177
|
-
border: none;
|
|
2178
|
-
border-radius: 2px;
|
|
2179
|
-
color: var(--base14);
|
|
2180
|
-
cursor: default;
|
|
2181
|
-
display: inline-block;
|
|
2182
|
-
font-size: 1.2rem;
|
|
2183
|
-
line-height: 18px;
|
|
2184
|
-
margin-left: 2px;
|
|
2185
|
-
margin-right: 2px;
|
|
2186
|
-
padding: 0 6px;
|
|
2187
|
-
position: relative;
|
|
2188
|
-
vertical-align: middle;
|
|
2189
|
-
}
|
|
2190
|
-
|
|
2191
|
-
.toolbar-radio:active,
|
|
2192
|
-
.toolbar-radio:hover,
|
|
2193
|
-
.toolbar-radio:focus,
|
|
2194
|
-
.toolbar-radio.active {
|
|
2195
|
-
outline: none;
|
|
2196
|
-
}
|
|
2197
|
-
|
|
2198
|
-
.toolbar-radio-first {
|
|
2199
|
-
margin-left: 4px;
|
|
2200
|
-
}
|
|
2201
|
-
|
|
2202
|
-
.toolbar-radio-last {
|
|
2203
|
-
margin-right: 4px;
|
|
2204
|
-
}
|
|
2205
|
-
|
|
2206
|
-
.toolbar-radio:hover {
|
|
2207
|
-
background: var(--base04);
|
|
2208
|
-
}
|
|
2209
|
-
|
|
2210
|
-
.toolbar-radio:active {
|
|
2211
|
-
background: var(--base00);
|
|
2212
|
-
}
|
|
2213
|
-
|
|
2214
|
-
.toolbar-radio.active {
|
|
2215
|
-
background: var(--focus);
|
|
2216
|
-
color: var(--focus-text);
|
|
2217
|
-
}
|
|
2218
|
-
|
|
2219
|
-
.toolbar-search input {
|
|
2220
|
-
border: 1px solid var(--base05);
|
|
2221
|
-
height: calc(var(--toolbar-height) - 7px);
|
|
2222
|
-
width: 175px;
|
|
2223
|
-
}
|
|
2224
|
-
|
|
2225
|
-
.toolbar-search-clear-button {
|
|
2226
|
-
top: 3px;
|
|
2227
|
-
}
|
|
2228
|
-
.toolbar-search-clear-button svg path {
|
|
2229
|
-
fill: var(--base11);
|
|
2230
|
-
}
|
|
2231
|
-
|
|
2232
|
-
.warning {
|
|
2233
|
-
color: var(--warning-text);
|
|
2234
|
-
}
|