@genexus/mercury 0.1.16 → 0.1.18
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/dist/css/mercury.css +2 -1010
- package/dist/css/mercury.css.map +1 -1
- package/dist/mercury.scss +91 -29
- package/package.json +4 -3
package/dist/css/mercury.css
CHANGED
|
@@ -554,7 +554,8 @@ MULTICOLOR CONSTRUCTS
|
|
|
554
554
|
--ch-tree-view-item-gap: var(--mer-spacing--xs);
|
|
555
555
|
--ch-tree-view-item__checkbox-size: var(--mer-spacing--md);
|
|
556
556
|
--ch-tree-view-item__expandable-button-size: var(--mer-spacing--md);
|
|
557
|
-
--ch-tree-view-item__image-size: var(--mer-
|
|
557
|
+
--ch-tree-view-item__image-size: var(--mer-spacing--md);
|
|
558
|
+
--ch-tree-view-item__background-image-size: var(--mer-icon__box--md);
|
|
558
559
|
--ch-tree-view-item__line--inset-inline-end: 4px;
|
|
559
560
|
--tree-view__min-inline-size: max-content;
|
|
560
561
|
--tree-view__padding: var(--mer-spacing--xs);
|
|
@@ -20352,1011 +20353,6 @@ p {
|
|
|
20352
20353
|
);
|
|
20353
20354
|
}
|
|
20354
20355
|
|
|
20355
|
-
.tree-view::part(item__action objects-workflow)::before {
|
|
20356
|
-
--icon-path: var(--icon__objects_workflow--enabled);
|
|
20357
|
-
background-image: var(--icon-path);
|
|
20358
|
-
}
|
|
20359
|
-
|
|
20360
|
-
.tree-view::part(item__action objects-workflow):hover::before {
|
|
20361
|
-
--icon-path: var(--icon__objects_workflow--hover);
|
|
20362
|
-
background-image: var(--icon-path);
|
|
20363
|
-
}
|
|
20364
|
-
|
|
20365
|
-
.tree-view::part(item__action objects-workflow):active::before {
|
|
20366
|
-
--icon-path: var(--icon__objects_workflow--active);
|
|
20367
|
-
background-image: var(--icon-path);
|
|
20368
|
-
}
|
|
20369
|
-
|
|
20370
|
-
.tree-view::part(item__action objects-work-panel)::before {
|
|
20371
|
-
--icon-path: var(--icon__objects_work-panel--enabled);
|
|
20372
|
-
background-image: var(--icon-path);
|
|
20373
|
-
}
|
|
20374
|
-
|
|
20375
|
-
.tree-view::part(item__action objects-work-panel):hover::before {
|
|
20376
|
-
--icon-path: var(--icon__objects_work-panel--hover);
|
|
20377
|
-
background-image: var(--icon-path);
|
|
20378
|
-
}
|
|
20379
|
-
|
|
20380
|
-
.tree-view::part(item__action objects-work-panel):active::before {
|
|
20381
|
-
--icon-path: var(--icon__objects_work-panel--active);
|
|
20382
|
-
background-image: var(--icon-path);
|
|
20383
|
-
}
|
|
20384
|
-
|
|
20385
|
-
.tree-view::part(item__action objects-web-panel)::before {
|
|
20386
|
-
--icon-path: var(--icon__objects_web-panel--enabled);
|
|
20387
|
-
background-image: var(--icon-path);
|
|
20388
|
-
}
|
|
20389
|
-
|
|
20390
|
-
.tree-view::part(item__action objects-web-panel):hover::before {
|
|
20391
|
-
--icon-path: var(--icon__objects_web-panel--hover);
|
|
20392
|
-
background-image: var(--icon-path);
|
|
20393
|
-
}
|
|
20394
|
-
|
|
20395
|
-
.tree-view::part(item__action objects-web-panel):active::before {
|
|
20396
|
-
--icon-path: var(--icon__objects_web-panel--active);
|
|
20397
|
-
background-image: var(--icon-path);
|
|
20398
|
-
}
|
|
20399
|
-
|
|
20400
|
-
.tree-view::part(item__action objects-web-component)::before {
|
|
20401
|
-
--icon-path: var(--icon__objects_web-component--enabled);
|
|
20402
|
-
background-image: var(--icon-path);
|
|
20403
|
-
}
|
|
20404
|
-
|
|
20405
|
-
.tree-view::part(item__action objects-web-component):hover::before {
|
|
20406
|
-
--icon-path: var(--icon__objects_web-component--hover);
|
|
20407
|
-
background-image: var(--icon-path);
|
|
20408
|
-
}
|
|
20409
|
-
|
|
20410
|
-
.tree-view::part(item__action objects-web-component):active::before {
|
|
20411
|
-
--icon-path: var(--icon__objects_web-component--active);
|
|
20412
|
-
background-image: var(--icon-path);
|
|
20413
|
-
}
|
|
20414
|
-
|
|
20415
|
-
.tree-view::part(item__action objects-version)::before {
|
|
20416
|
-
--icon-path: var(--icon__objects_version--enabled);
|
|
20417
|
-
background-image: var(--icon-path);
|
|
20418
|
-
}
|
|
20419
|
-
|
|
20420
|
-
.tree-view::part(item__action objects-version):hover::before {
|
|
20421
|
-
--icon-path: var(--icon__objects_version--hover);
|
|
20422
|
-
background-image: var(--icon-path);
|
|
20423
|
-
}
|
|
20424
|
-
|
|
20425
|
-
.tree-view::part(item__action objects-version):active::before {
|
|
20426
|
-
--icon-path: var(--icon__objects_version--active);
|
|
20427
|
-
background-image: var(--icon-path);
|
|
20428
|
-
}
|
|
20429
|
-
|
|
20430
|
-
.tree-view::part(item__action objects-url-rewrite)::before {
|
|
20431
|
-
--icon-path: var(--icon__objects_url-rewrite--enabled);
|
|
20432
|
-
background-image: var(--icon-path);
|
|
20433
|
-
}
|
|
20434
|
-
|
|
20435
|
-
.tree-view::part(item__action objects-url-rewrite):hover::before {
|
|
20436
|
-
--icon-path: var(--icon__objects_url-rewrite--hover);
|
|
20437
|
-
background-image: var(--icon-path);
|
|
20438
|
-
}
|
|
20439
|
-
|
|
20440
|
-
.tree-view::part(item__action objects-url-rewrite):active::before {
|
|
20441
|
-
--icon-path: var(--icon__objects_url-rewrite--active);
|
|
20442
|
-
background-image: var(--icon-path);
|
|
20443
|
-
}
|
|
20444
|
-
|
|
20445
|
-
.tree-view::part(item__action objects-transaction)::before {
|
|
20446
|
-
--icon-path: var(--icon__objects_transaction--enabled);
|
|
20447
|
-
background-image: var(--icon-path);
|
|
20448
|
-
}
|
|
20449
|
-
|
|
20450
|
-
.tree-view::part(item__action objects-transaction):hover::before {
|
|
20451
|
-
--icon-path: var(--icon__objects_transaction--hover);
|
|
20452
|
-
background-image: var(--icon-path);
|
|
20453
|
-
}
|
|
20454
|
-
|
|
20455
|
-
.tree-view::part(item__action objects-transaction):active::before {
|
|
20456
|
-
--icon-path: var(--icon__objects_transaction--active);
|
|
20457
|
-
background-image: var(--icon-path);
|
|
20458
|
-
}
|
|
20459
|
-
|
|
20460
|
-
.tree-view::part(item__action objects-to-be-defined)::before {
|
|
20461
|
-
--icon-path: var(--icon__objects_to-be-defined--enabled);
|
|
20462
|
-
background-image: var(--icon-path);
|
|
20463
|
-
}
|
|
20464
|
-
|
|
20465
|
-
.tree-view::part(item__action objects-to-be-defined):hover::before {
|
|
20466
|
-
--icon-path: var(--icon__objects_to-be-defined--hover);
|
|
20467
|
-
background-image: var(--icon-path);
|
|
20468
|
-
}
|
|
20469
|
-
|
|
20470
|
-
.tree-view::part(item__action objects-to-be-defined):active::before {
|
|
20471
|
-
--icon-path: var(--icon__objects_to-be-defined--active);
|
|
20472
|
-
background-image: var(--icon-path);
|
|
20473
|
-
}
|
|
20474
|
-
|
|
20475
|
-
.tree-view::part(item__action objects-theme)::before {
|
|
20476
|
-
--icon-path: var(--icon__objects_theme--enabled);
|
|
20477
|
-
background-image: var(--icon-path);
|
|
20478
|
-
}
|
|
20479
|
-
|
|
20480
|
-
.tree-view::part(item__action objects-theme):hover::before {
|
|
20481
|
-
--icon-path: var(--icon__objects_theme--hover);
|
|
20482
|
-
background-image: var(--icon-path);
|
|
20483
|
-
}
|
|
20484
|
-
|
|
20485
|
-
.tree-view::part(item__action objects-theme):active::before {
|
|
20486
|
-
--icon-path: var(--icon__objects_theme--active);
|
|
20487
|
-
background-image: var(--icon-path);
|
|
20488
|
-
}
|
|
20489
|
-
|
|
20490
|
-
.tree-view::part(item__action objects-theme-web)::before {
|
|
20491
|
-
--icon-path: var(--icon__objects_theme-web--enabled);
|
|
20492
|
-
background-image: var(--icon-path);
|
|
20493
|
-
}
|
|
20494
|
-
|
|
20495
|
-
.tree-view::part(item__action objects-theme-web):hover::before {
|
|
20496
|
-
--icon-path: var(--icon__objects_theme-web--hover);
|
|
20497
|
-
background-image: var(--icon-path);
|
|
20498
|
-
}
|
|
20499
|
-
|
|
20500
|
-
.tree-view::part(item__action objects-theme-web):active::before {
|
|
20501
|
-
--icon-path: var(--icon__objects_theme-web--active);
|
|
20502
|
-
background-image: var(--icon-path);
|
|
20503
|
-
}
|
|
20504
|
-
|
|
20505
|
-
.tree-view::part(item__action objects-theme-for-sd)::before {
|
|
20506
|
-
--icon-path: var(--icon__objects_theme-for-sd--enabled);
|
|
20507
|
-
background-image: var(--icon-path);
|
|
20508
|
-
}
|
|
20509
|
-
|
|
20510
|
-
.tree-view::part(item__action objects-theme-for-sd):hover::before {
|
|
20511
|
-
--icon-path: var(--icon__objects_theme-for-sd--hover);
|
|
20512
|
-
background-image: var(--icon-path);
|
|
20513
|
-
}
|
|
20514
|
-
|
|
20515
|
-
.tree-view::part(item__action objects-theme-for-sd):active::before {
|
|
20516
|
-
--icon-path: var(--icon__objects_theme-for-sd--active);
|
|
20517
|
-
background-image: var(--icon-path);
|
|
20518
|
-
}
|
|
20519
|
-
|
|
20520
|
-
.tree-view::part(item__action objects-table)::before {
|
|
20521
|
-
--icon-path: var(--icon__objects_table--enabled);
|
|
20522
|
-
background-image: var(--icon-path);
|
|
20523
|
-
}
|
|
20524
|
-
|
|
20525
|
-
.tree-view::part(item__action objects-table):hover::before {
|
|
20526
|
-
--icon-path: var(--icon__objects_table--hover);
|
|
20527
|
-
background-image: var(--icon-path);
|
|
20528
|
-
}
|
|
20529
|
-
|
|
20530
|
-
.tree-view::part(item__action objects-table):active::before {
|
|
20531
|
-
--icon-path: var(--icon__objects_table--active);
|
|
20532
|
-
background-image: var(--icon-path);
|
|
20533
|
-
}
|
|
20534
|
-
|
|
20535
|
-
.tree-view::part(item__action objects-super-app)::before {
|
|
20536
|
-
--icon-path: var(--icon__objects_super-app--enabled);
|
|
20537
|
-
background-image: var(--icon-path);
|
|
20538
|
-
}
|
|
20539
|
-
|
|
20540
|
-
.tree-view::part(item__action objects-super-app):hover::before {
|
|
20541
|
-
--icon-path: var(--icon__objects_super-app--hover);
|
|
20542
|
-
background-image: var(--icon-path);
|
|
20543
|
-
}
|
|
20544
|
-
|
|
20545
|
-
.tree-view::part(item__action objects-super-app):active::before {
|
|
20546
|
-
--icon-path: var(--icon__objects_super-app--active);
|
|
20547
|
-
background-image: var(--icon-path);
|
|
20548
|
-
}
|
|
20549
|
-
|
|
20550
|
-
.tree-view::part(item__action objects-subtype-group)::before {
|
|
20551
|
-
--icon-path: var(--icon__objects_subtype-group--enabled);
|
|
20552
|
-
background-image: var(--icon-path);
|
|
20553
|
-
}
|
|
20554
|
-
|
|
20555
|
-
.tree-view::part(item__action objects-subtype-group):hover::before {
|
|
20556
|
-
--icon-path: var(--icon__objects_subtype-group--hover);
|
|
20557
|
-
background-image: var(--icon-path);
|
|
20558
|
-
}
|
|
20559
|
-
|
|
20560
|
-
.tree-view::part(item__action objects-subtype-group):active::before {
|
|
20561
|
-
--icon-path: var(--icon__objects_subtype-group--active);
|
|
20562
|
-
background-image: var(--icon-path);
|
|
20563
|
-
}
|
|
20564
|
-
|
|
20565
|
-
.tree-view::part(item__action objects-structured-data-type)::before {
|
|
20566
|
-
--icon-path: var(--icon__objects_structured-data-type--enabled);
|
|
20567
|
-
background-image: var(--icon-path);
|
|
20568
|
-
}
|
|
20569
|
-
|
|
20570
|
-
.tree-view::part(item__action objects-structured-data-type):hover::before {
|
|
20571
|
-
--icon-path: var(--icon__objects_structured-data-type--hover);
|
|
20572
|
-
background-image: var(--icon-path);
|
|
20573
|
-
}
|
|
20574
|
-
|
|
20575
|
-
.tree-view::part(item__action objects-structured-data-type):active::before {
|
|
20576
|
-
--icon-path: var(--icon__objects_structured-data-type--active);
|
|
20577
|
-
background-image: var(--icon-path);
|
|
20578
|
-
}
|
|
20579
|
-
|
|
20580
|
-
.tree-view::part(item__action objects-stencil)::before {
|
|
20581
|
-
--icon-path: var(--icon__objects_stencil--enabled);
|
|
20582
|
-
background-image: var(--icon-path);
|
|
20583
|
-
}
|
|
20584
|
-
|
|
20585
|
-
.tree-view::part(item__action objects-stencil):hover::before {
|
|
20586
|
-
--icon-path: var(--icon__objects_stencil--hover);
|
|
20587
|
-
background-image: var(--icon-path);
|
|
20588
|
-
}
|
|
20589
|
-
|
|
20590
|
-
.tree-view::part(item__action objects-stencil):active::before {
|
|
20591
|
-
--icon-path: var(--icon__objects_stencil--active);
|
|
20592
|
-
background-image: var(--icon-path);
|
|
20593
|
-
}
|
|
20594
|
-
|
|
20595
|
-
.tree-view::part(item__action objects-roles)::before {
|
|
20596
|
-
--icon-path: var(--icon__objects_roles--enabled);
|
|
20597
|
-
background-image: var(--icon-path);
|
|
20598
|
-
}
|
|
20599
|
-
|
|
20600
|
-
.tree-view::part(item__action objects-roles):hover::before {
|
|
20601
|
-
--icon-path: var(--icon__objects_roles--hover);
|
|
20602
|
-
background-image: var(--icon-path);
|
|
20603
|
-
}
|
|
20604
|
-
|
|
20605
|
-
.tree-view::part(item__action objects-roles):active::before {
|
|
20606
|
-
--icon-path: var(--icon__objects_roles--active);
|
|
20607
|
-
background-image: var(--icon-path);
|
|
20608
|
-
}
|
|
20609
|
-
|
|
20610
|
-
.tree-view::part(item__action objects-report)::before {
|
|
20611
|
-
--icon-path: var(--icon__objects_report--enabled);
|
|
20612
|
-
background-image: var(--icon-path);
|
|
20613
|
-
}
|
|
20614
|
-
|
|
20615
|
-
.tree-view::part(item__action objects-report):hover::before {
|
|
20616
|
-
--icon-path: var(--icon__objects_report--hover);
|
|
20617
|
-
background-image: var(--icon-path);
|
|
20618
|
-
}
|
|
20619
|
-
|
|
20620
|
-
.tree-view::part(item__action objects-report):active::before {
|
|
20621
|
-
--icon-path: var(--icon__objects_report--active);
|
|
20622
|
-
background-image: var(--icon-path);
|
|
20623
|
-
}
|
|
20624
|
-
|
|
20625
|
-
.tree-view::part(item__action objects-references)::before {
|
|
20626
|
-
--icon-path: var(--icon__objects_references--enabled);
|
|
20627
|
-
background-image: var(--icon-path);
|
|
20628
|
-
}
|
|
20629
|
-
|
|
20630
|
-
.tree-view::part(item__action objects-references):hover::before {
|
|
20631
|
-
--icon-path: var(--icon__objects_references--hover);
|
|
20632
|
-
background-image: var(--icon-path);
|
|
20633
|
-
}
|
|
20634
|
-
|
|
20635
|
-
.tree-view::part(item__action objects-references):active::before {
|
|
20636
|
-
--icon-path: var(--icon__objects_references--active);
|
|
20637
|
-
background-image: var(--icon-path);
|
|
20638
|
-
}
|
|
20639
|
-
|
|
20640
|
-
.tree-view::part(item__action objects-query)::before {
|
|
20641
|
-
--icon-path: var(--icon__objects_query--enabled);
|
|
20642
|
-
background-image: var(--icon-path);
|
|
20643
|
-
}
|
|
20644
|
-
|
|
20645
|
-
.tree-view::part(item__action objects-query):hover::before {
|
|
20646
|
-
--icon-path: var(--icon__objects_query--hover);
|
|
20647
|
-
background-image: var(--icon-path);
|
|
20648
|
-
}
|
|
20649
|
-
|
|
20650
|
-
.tree-view::part(item__action objects-query):active::before {
|
|
20651
|
-
--icon-path: var(--icon__objects_query--active);
|
|
20652
|
-
background-image: var(--icon-path);
|
|
20653
|
-
}
|
|
20654
|
-
|
|
20655
|
-
.tree-view::part(item__action objects-procedure)::before {
|
|
20656
|
-
--icon-path: var(--icon__objects_procedure--enabled);
|
|
20657
|
-
background-image: var(--icon-path);
|
|
20658
|
-
}
|
|
20659
|
-
|
|
20660
|
-
.tree-view::part(item__action objects-procedure):hover::before {
|
|
20661
|
-
--icon-path: var(--icon__objects_procedure--hover);
|
|
20662
|
-
background-image: var(--icon-path);
|
|
20663
|
-
}
|
|
20664
|
-
|
|
20665
|
-
.tree-view::part(item__action objects-procedure):active::before {
|
|
20666
|
-
--icon-path: var(--icon__objects_procedure--active);
|
|
20667
|
-
background-image: var(--icon-path);
|
|
20668
|
-
}
|
|
20669
|
-
|
|
20670
|
-
.tree-view::part(item__action objects-patterns)::before {
|
|
20671
|
-
--icon-path: var(--icon__objects_patterns--enabled);
|
|
20672
|
-
background-image: var(--icon-path);
|
|
20673
|
-
}
|
|
20674
|
-
|
|
20675
|
-
.tree-view::part(item__action objects-patterns):hover::before {
|
|
20676
|
-
--icon-path: var(--icon__objects_patterns--hover);
|
|
20677
|
-
background-image: var(--icon-path);
|
|
20678
|
-
}
|
|
20679
|
-
|
|
20680
|
-
.tree-view::part(item__action objects-patterns):active::before {
|
|
20681
|
-
--icon-path: var(--icon__objects_patterns--active);
|
|
20682
|
-
background-image: var(--icon-path);
|
|
20683
|
-
}
|
|
20684
|
-
|
|
20685
|
-
.tree-view::part(item__action objects-panel-for-sd)::before {
|
|
20686
|
-
--icon-path: var(--icon__objects_panel-for-sd--enabled);
|
|
20687
|
-
background-image: var(--icon-path);
|
|
20688
|
-
}
|
|
20689
|
-
|
|
20690
|
-
.tree-view::part(item__action objects-panel-for-sd):hover::before {
|
|
20691
|
-
--icon-path: var(--icon__objects_panel-for-sd--hover);
|
|
20692
|
-
background-image: var(--icon-path);
|
|
20693
|
-
}
|
|
20694
|
-
|
|
20695
|
-
.tree-view::part(item__action objects-panel-for-sd):active::before {
|
|
20696
|
-
--icon-path: var(--icon__objects_panel-for-sd--active);
|
|
20697
|
-
background-image: var(--icon-path);
|
|
20698
|
-
}
|
|
20699
|
-
|
|
20700
|
-
.tree-view::part(item__action objects-orphant-document)::before {
|
|
20701
|
-
--icon-path: var(--icon__objects_orphant-document--enabled);
|
|
20702
|
-
background-image: var(--icon-path);
|
|
20703
|
-
}
|
|
20704
|
-
|
|
20705
|
-
.tree-view::part(item__action objects-orphant-document):hover::before {
|
|
20706
|
-
--icon-path: var(--icon__objects_orphant-document--hover);
|
|
20707
|
-
background-image: var(--icon-path);
|
|
20708
|
-
}
|
|
20709
|
-
|
|
20710
|
-
.tree-view::part(item__action objects-orphant-document):active::before {
|
|
20711
|
-
--icon-path: var(--icon__objects_orphant-document--active);
|
|
20712
|
-
background-image: var(--icon-path);
|
|
20713
|
-
}
|
|
20714
|
-
|
|
20715
|
-
.tree-view::part(item__action objects-offline-database)::before {
|
|
20716
|
-
--icon-path: var(--icon__objects_offline-database--enabled);
|
|
20717
|
-
background-image: var(--icon-path);
|
|
20718
|
-
}
|
|
20719
|
-
|
|
20720
|
-
.tree-view::part(item__action objects-offline-database):hover::before {
|
|
20721
|
-
--icon-path: var(--icon__objects_offline-database--hover);
|
|
20722
|
-
background-image: var(--icon-path);
|
|
20723
|
-
}
|
|
20724
|
-
|
|
20725
|
-
.tree-view::part(item__action objects-offline-database):active::before {
|
|
20726
|
-
--icon-path: var(--icon__objects_offline-database--active);
|
|
20727
|
-
background-image: var(--icon-path);
|
|
20728
|
-
}
|
|
20729
|
-
|
|
20730
|
-
.tree-view::part(item__action objects-object)::before {
|
|
20731
|
-
--icon-path: var(--icon__objects_object--enabled);
|
|
20732
|
-
background-image: var(--icon-path);
|
|
20733
|
-
}
|
|
20734
|
-
|
|
20735
|
-
.tree-view::part(item__action objects-object):hover::before {
|
|
20736
|
-
--icon-path: var(--icon__objects_object--hover);
|
|
20737
|
-
background-image: var(--icon-path);
|
|
20738
|
-
}
|
|
20739
|
-
|
|
20740
|
-
.tree-view::part(item__action objects-object):active::before {
|
|
20741
|
-
--icon-path: var(--icon__objects_object--active);
|
|
20742
|
-
background-image: var(--icon-path);
|
|
20743
|
-
}
|
|
20744
|
-
|
|
20745
|
-
.tree-view::part(item__action objects-notification-templates)::before {
|
|
20746
|
-
--icon-path: var(--icon__objects_notification-templates--enabled);
|
|
20747
|
-
background-image: var(--icon-path);
|
|
20748
|
-
}
|
|
20749
|
-
|
|
20750
|
-
.tree-view::part(item__action objects-notification-templates):hover::before {
|
|
20751
|
-
--icon-path: var(--icon__objects_notification-templates--hover);
|
|
20752
|
-
background-image: var(--icon-path);
|
|
20753
|
-
}
|
|
20754
|
-
|
|
20755
|
-
.tree-view::part(item__action objects-notification-templates):active::before {
|
|
20756
|
-
--icon-path: var(--icon__objects_notification-templates--active);
|
|
20757
|
-
background-image: var(--icon-path);
|
|
20758
|
-
}
|
|
20759
|
-
|
|
20760
|
-
.tree-view::part(item__action objects-module)::before {
|
|
20761
|
-
--icon-path: var(--icon__objects_module--enabled);
|
|
20762
|
-
background-image: var(--icon-path);
|
|
20763
|
-
}
|
|
20764
|
-
|
|
20765
|
-
.tree-view::part(item__action objects-module):hover::before {
|
|
20766
|
-
--icon-path: var(--icon__objects_module--hover);
|
|
20767
|
-
background-image: var(--icon-path);
|
|
20768
|
-
}
|
|
20769
|
-
|
|
20770
|
-
.tree-view::part(item__action objects-module):active::before {
|
|
20771
|
-
--icon-path: var(--icon__objects_module--active);
|
|
20772
|
-
background-image: var(--icon-path);
|
|
20773
|
-
}
|
|
20774
|
-
|
|
20775
|
-
.tree-view::part(item__action objects-module-open)::before {
|
|
20776
|
-
--icon-path: var(--icon__objects_module-open--enabled);
|
|
20777
|
-
background-image: var(--icon-path);
|
|
20778
|
-
}
|
|
20779
|
-
|
|
20780
|
-
.tree-view::part(item__action objects-module-open):hover::before {
|
|
20781
|
-
--icon-path: var(--icon__objects_module-open--hover);
|
|
20782
|
-
background-image: var(--icon-path);
|
|
20783
|
-
}
|
|
20784
|
-
|
|
20785
|
-
.tree-view::part(item__action objects-module-open):active::before {
|
|
20786
|
-
--icon-path: var(--icon__objects_module-open--active);
|
|
20787
|
-
background-image: var(--icon-path);
|
|
20788
|
-
}
|
|
20789
|
-
|
|
20790
|
-
.tree-view::part(item__action objects-mini-app)::before {
|
|
20791
|
-
--icon-path: var(--icon__objects_mini-app--enabled);
|
|
20792
|
-
background-image: var(--icon-path);
|
|
20793
|
-
}
|
|
20794
|
-
|
|
20795
|
-
.tree-view::part(item__action objects-mini-app):hover::before {
|
|
20796
|
-
--icon-path: var(--icon__objects_mini-app--hover);
|
|
20797
|
-
background-image: var(--icon-path);
|
|
20798
|
-
}
|
|
20799
|
-
|
|
20800
|
-
.tree-view::part(item__action objects-mini-app):active::before {
|
|
20801
|
-
--icon-path: var(--icon__objects_mini-app--active);
|
|
20802
|
-
background-image: var(--icon-path);
|
|
20803
|
-
}
|
|
20804
|
-
|
|
20805
|
-
.tree-view::part(item__action objects-menubar)::before {
|
|
20806
|
-
--icon-path: var(--icon__objects_menubar--enabled);
|
|
20807
|
-
background-image: var(--icon-path);
|
|
20808
|
-
}
|
|
20809
|
-
|
|
20810
|
-
.tree-view::part(item__action objects-menubar):hover::before {
|
|
20811
|
-
--icon-path: var(--icon__objects_menubar--hover);
|
|
20812
|
-
background-image: var(--icon-path);
|
|
20813
|
-
}
|
|
20814
|
-
|
|
20815
|
-
.tree-view::part(item__action objects-menubar):active::before {
|
|
20816
|
-
--icon-path: var(--icon__objects_menubar--active);
|
|
20817
|
-
background-image: var(--icon-path);
|
|
20818
|
-
}
|
|
20819
|
-
|
|
20820
|
-
.tree-view::part(item__action objects-menu)::before {
|
|
20821
|
-
--icon-path: var(--icon__objects_menu--enabled);
|
|
20822
|
-
background-image: var(--icon-path);
|
|
20823
|
-
}
|
|
20824
|
-
|
|
20825
|
-
.tree-view::part(item__action objects-menu):hover::before {
|
|
20826
|
-
--icon-path: var(--icon__objects_menu--hover);
|
|
20827
|
-
background-image: var(--icon-path);
|
|
20828
|
-
}
|
|
20829
|
-
|
|
20830
|
-
.tree-view::part(item__action objects-menu):active::before {
|
|
20831
|
-
--icon-path: var(--icon__objects_menu--active);
|
|
20832
|
-
background-image: var(--icon-path);
|
|
20833
|
-
}
|
|
20834
|
-
|
|
20835
|
-
.tree-view::part(item__action objects-masterpage)::before {
|
|
20836
|
-
--icon-path: var(--icon__objects_masterpage--enabled);
|
|
20837
|
-
background-image: var(--icon-path);
|
|
20838
|
-
}
|
|
20839
|
-
|
|
20840
|
-
.tree-view::part(item__action objects-masterpage):hover::before {
|
|
20841
|
-
--icon-path: var(--icon__objects_masterpage--hover);
|
|
20842
|
-
background-image: var(--icon-path);
|
|
20843
|
-
}
|
|
20844
|
-
|
|
20845
|
-
.tree-view::part(item__action objects-masterpage):active::before {
|
|
20846
|
-
--icon-path: var(--icon__objects_masterpage--active);
|
|
20847
|
-
background-image: var(--icon-path);
|
|
20848
|
-
}
|
|
20849
|
-
|
|
20850
|
-
.tree-view::part(item__action objects-main-object)::before {
|
|
20851
|
-
--icon-path: var(--icon__objects_main-object--enabled);
|
|
20852
|
-
background-image: var(--icon-path);
|
|
20853
|
-
}
|
|
20854
|
-
|
|
20855
|
-
.tree-view::part(item__action objects-main-object):hover::before {
|
|
20856
|
-
--icon-path: var(--icon__objects_main-object--hover);
|
|
20857
|
-
background-image: var(--icon-path);
|
|
20858
|
-
}
|
|
20859
|
-
|
|
20860
|
-
.tree-view::part(item__action objects-main-object):active::before {
|
|
20861
|
-
--icon-path: var(--icon__objects_main-object--active);
|
|
20862
|
-
background-image: var(--icon-path);
|
|
20863
|
-
}
|
|
20864
|
-
|
|
20865
|
-
.tree-view::part(item__action objects-language)::before {
|
|
20866
|
-
--icon-path: var(--icon__objects_language--enabled);
|
|
20867
|
-
background-image: var(--icon-path);
|
|
20868
|
-
}
|
|
20869
|
-
|
|
20870
|
-
.tree-view::part(item__action objects-language):hover::before {
|
|
20871
|
-
--icon-path: var(--icon__objects_language--hover);
|
|
20872
|
-
background-image: var(--icon-path);
|
|
20873
|
-
}
|
|
20874
|
-
|
|
20875
|
-
.tree-view::part(item__action objects-language):active::before {
|
|
20876
|
-
--icon-path: var(--icon__objects_language--active);
|
|
20877
|
-
background-image: var(--icon-path);
|
|
20878
|
-
}
|
|
20879
|
-
|
|
20880
|
-
.tree-view::part(item__action objects-knowledge-base)::before {
|
|
20881
|
-
--icon-path: var(--icon__objects_knowledge-base--enabled);
|
|
20882
|
-
background-image: var(--icon-path);
|
|
20883
|
-
}
|
|
20884
|
-
|
|
20885
|
-
.tree-view::part(item__action objects-knowledge-base):hover::before {
|
|
20886
|
-
--icon-path: var(--icon__objects_knowledge-base--hover);
|
|
20887
|
-
background-image: var(--icon-path);
|
|
20888
|
-
}
|
|
20889
|
-
|
|
20890
|
-
.tree-view::part(item__action objects-knowledge-base):active::before {
|
|
20891
|
-
--icon-path: var(--icon__objects_knowledge-base--active);
|
|
20892
|
-
background-image: var(--icon-path);
|
|
20893
|
-
}
|
|
20894
|
-
|
|
20895
|
-
.tree-view::part(item__action objects-image)::before {
|
|
20896
|
-
--icon-path: var(--icon__objects_image--enabled);
|
|
20897
|
-
background-image: var(--icon-path);
|
|
20898
|
-
}
|
|
20899
|
-
|
|
20900
|
-
.tree-view::part(item__action objects-image):hover::before {
|
|
20901
|
-
--icon-path: var(--icon__objects_image--hover);
|
|
20902
|
-
background-image: var(--icon-path);
|
|
20903
|
-
}
|
|
20904
|
-
|
|
20905
|
-
.tree-view::part(item__action objects-image):active::before {
|
|
20906
|
-
--icon-path: var(--icon__objects_image--active);
|
|
20907
|
-
background-image: var(--icon-path);
|
|
20908
|
-
}
|
|
20909
|
-
|
|
20910
|
-
.tree-view::part(item__action objects-generator)::before {
|
|
20911
|
-
--icon-path: var(--icon__objects_generator--enabled);
|
|
20912
|
-
background-image: var(--icon-path);
|
|
20913
|
-
}
|
|
20914
|
-
|
|
20915
|
-
.tree-view::part(item__action objects-generator):hover::before {
|
|
20916
|
-
--icon-path: var(--icon__objects_generator--hover);
|
|
20917
|
-
background-image: var(--icon-path);
|
|
20918
|
-
}
|
|
20919
|
-
|
|
20920
|
-
.tree-view::part(item__action objects-generator):active::before {
|
|
20921
|
-
--icon-path: var(--icon__objects_generator--active);
|
|
20922
|
-
background-image: var(--icon-path);
|
|
20923
|
-
}
|
|
20924
|
-
|
|
20925
|
-
.tree-view::part(item__action objects-generator-category)::before {
|
|
20926
|
-
--icon-path: var(--icon__objects_generator-category--enabled);
|
|
20927
|
-
background-image: var(--icon-path);
|
|
20928
|
-
}
|
|
20929
|
-
|
|
20930
|
-
.tree-view::part(item__action objects-generator-category):hover::before {
|
|
20931
|
-
--icon-path: var(--icon__objects_generator-category--hover);
|
|
20932
|
-
background-image: var(--icon-path);
|
|
20933
|
-
}
|
|
20934
|
-
|
|
20935
|
-
.tree-view::part(item__action objects-generator-category):active::before {
|
|
20936
|
-
--icon-path: var(--icon__objects_generator-category--active);
|
|
20937
|
-
background-image: var(--icon-path);
|
|
20938
|
-
}
|
|
20939
|
-
|
|
20940
|
-
.tree-view::part(item__action objects-folder)::before {
|
|
20941
|
-
--icon-path: var(--icon__objects_folder--enabled);
|
|
20942
|
-
background-image: var(--icon-path);
|
|
20943
|
-
}
|
|
20944
|
-
|
|
20945
|
-
.tree-view::part(item__action objects-folder):hover::before {
|
|
20946
|
-
--icon-path: var(--icon__objects_folder--hover);
|
|
20947
|
-
background-image: var(--icon-path);
|
|
20948
|
-
}
|
|
20949
|
-
|
|
20950
|
-
.tree-view::part(item__action objects-folder):active::before {
|
|
20951
|
-
--icon-path: var(--icon__objects_folder--active);
|
|
20952
|
-
background-image: var(--icon-path);
|
|
20953
|
-
}
|
|
20954
|
-
|
|
20955
|
-
.tree-view::part(item__action objects-folder-open)::before {
|
|
20956
|
-
--icon-path: var(--icon__objects_folder-open--enabled);
|
|
20957
|
-
background-image: var(--icon-path);
|
|
20958
|
-
}
|
|
20959
|
-
|
|
20960
|
-
.tree-view::part(item__action objects-folder-open):hover::before {
|
|
20961
|
-
--icon-path: var(--icon__objects_folder-open--hover);
|
|
20962
|
-
background-image: var(--icon-path);
|
|
20963
|
-
}
|
|
20964
|
-
|
|
20965
|
-
.tree-view::part(item__action objects-folder-open):active::before {
|
|
20966
|
-
--icon-path: var(--icon__objects_folder-open--active);
|
|
20967
|
-
background-image: var(--icon-path);
|
|
20968
|
-
}
|
|
20969
|
-
|
|
20970
|
-
.tree-view::part(item__action objects-file)::before {
|
|
20971
|
-
--icon-path: var(--icon__objects_file--enabled);
|
|
20972
|
-
background-image: var(--icon-path);
|
|
20973
|
-
}
|
|
20974
|
-
|
|
20975
|
-
.tree-view::part(item__action objects-file):hover::before {
|
|
20976
|
-
--icon-path: var(--icon__objects_file--hover);
|
|
20977
|
-
background-image: var(--icon-path);
|
|
20978
|
-
}
|
|
20979
|
-
|
|
20980
|
-
.tree-view::part(item__action objects-file):active::before {
|
|
20981
|
-
--icon-path: var(--icon__objects_file--active);
|
|
20982
|
-
background-image: var(--icon-path);
|
|
20983
|
-
}
|
|
20984
|
-
|
|
20985
|
-
.tree-view::part(item__action objects-external-object)::before {
|
|
20986
|
-
--icon-path: var(--icon__objects_external-object--enabled);
|
|
20987
|
-
background-image: var(--icon-path);
|
|
20988
|
-
}
|
|
20989
|
-
|
|
20990
|
-
.tree-view::part(item__action objects-external-object):hover::before {
|
|
20991
|
-
--icon-path: var(--icon__objects_external-object--hover);
|
|
20992
|
-
background-image: var(--icon-path);
|
|
20993
|
-
}
|
|
20994
|
-
|
|
20995
|
-
.tree-view::part(item__action objects-external-object):active::before {
|
|
20996
|
-
--icon-path: var(--icon__objects_external-object--active);
|
|
20997
|
-
background-image: var(--icon-path);
|
|
20998
|
-
}
|
|
20999
|
-
|
|
21000
|
-
.tree-view::part(item__action objects-environment-select)::before {
|
|
21001
|
-
--icon-path: var(--icon__objects_environment-select--enabled);
|
|
21002
|
-
background-image: var(--icon-path);
|
|
21003
|
-
}
|
|
21004
|
-
|
|
21005
|
-
.tree-view::part(item__action objects-environment-select):hover::before {
|
|
21006
|
-
--icon-path: var(--icon__objects_environment-select--hover);
|
|
21007
|
-
background-image: var(--icon-path);
|
|
21008
|
-
}
|
|
21009
|
-
|
|
21010
|
-
.tree-view::part(item__action objects-environment-select):active::before {
|
|
21011
|
-
--icon-path: var(--icon__objects_environment-select--active);
|
|
21012
|
-
background-image: var(--icon-path);
|
|
21013
|
-
}
|
|
21014
|
-
|
|
21015
|
-
.tree-view::part(item__action objects-environment-no-select)::before {
|
|
21016
|
-
--icon-path: var(--icon__objects_environment-no-select--enabled);
|
|
21017
|
-
background-image: var(--icon-path);
|
|
21018
|
-
}
|
|
21019
|
-
|
|
21020
|
-
.tree-view::part(item__action objects-environment-no-select):hover::before {
|
|
21021
|
-
--icon-path: var(--icon__objects_environment-no-select--hover);
|
|
21022
|
-
background-image: var(--icon-path);
|
|
21023
|
-
}
|
|
21024
|
-
|
|
21025
|
-
.tree-view::part(item__action objects-environment-no-select):active::before {
|
|
21026
|
-
--icon-path: var(--icon__objects_environment-no-select--active);
|
|
21027
|
-
background-image: var(--icon-path);
|
|
21028
|
-
}
|
|
21029
|
-
|
|
21030
|
-
.tree-view::part(item__action objects-dso)::before {
|
|
21031
|
-
--icon-path: var(--icon__objects_dso--enabled);
|
|
21032
|
-
background-image: var(--icon-path);
|
|
21033
|
-
}
|
|
21034
|
-
|
|
21035
|
-
.tree-view::part(item__action objects-dso):hover::before {
|
|
21036
|
-
--icon-path: var(--icon__objects_dso--hover);
|
|
21037
|
-
background-image: var(--icon-path);
|
|
21038
|
-
}
|
|
21039
|
-
|
|
21040
|
-
.tree-view::part(item__action objects-dso):active::before {
|
|
21041
|
-
--icon-path: var(--icon__objects_dso--active);
|
|
21042
|
-
background-image: var(--icon-path);
|
|
21043
|
-
}
|
|
21044
|
-
|
|
21045
|
-
.tree-view::part(item__action objects-domain)::before {
|
|
21046
|
-
--icon-path: var(--icon__objects_domain--enabled);
|
|
21047
|
-
background-image: var(--icon-path);
|
|
21048
|
-
}
|
|
21049
|
-
|
|
21050
|
-
.tree-view::part(item__action objects-domain):hover::before {
|
|
21051
|
-
--icon-path: var(--icon__objects_domain--hover);
|
|
21052
|
-
background-image: var(--icon-path);
|
|
21053
|
-
}
|
|
21054
|
-
|
|
21055
|
-
.tree-view::part(item__action objects-domain):active::before {
|
|
21056
|
-
--icon-path: var(--icon__objects_domain--active);
|
|
21057
|
-
background-image: var(--icon-path);
|
|
21058
|
-
}
|
|
21059
|
-
|
|
21060
|
-
.tree-view::part(item__action objects-document)::before {
|
|
21061
|
-
--icon-path: var(--icon__objects_document--enabled);
|
|
21062
|
-
background-image: var(--icon-path);
|
|
21063
|
-
}
|
|
21064
|
-
|
|
21065
|
-
.tree-view::part(item__action objects-document):hover::before {
|
|
21066
|
-
--icon-path: var(--icon__objects_document--hover);
|
|
21067
|
-
background-image: var(--icon-path);
|
|
21068
|
-
}
|
|
21069
|
-
|
|
21070
|
-
.tree-view::part(item__action objects-document):active::before {
|
|
21071
|
-
--icon-path: var(--icon__objects_document--active);
|
|
21072
|
-
background-image: var(--icon-path);
|
|
21073
|
-
}
|
|
21074
|
-
|
|
21075
|
-
.tree-view::part(item__action objects-document-workflow)::before {
|
|
21076
|
-
--icon-path: var(--icon__objects_document-workflow--enabled);
|
|
21077
|
-
background-image: var(--icon-path);
|
|
21078
|
-
}
|
|
21079
|
-
|
|
21080
|
-
.tree-view::part(item__action objects-document-workflow):hover::before {
|
|
21081
|
-
--icon-path: var(--icon__objects_document-workflow--hover);
|
|
21082
|
-
background-image: var(--icon-path);
|
|
21083
|
-
}
|
|
21084
|
-
|
|
21085
|
-
.tree-view::part(item__action objects-document-workflow):active::before {
|
|
21086
|
-
--icon-path: var(--icon__objects_document-workflow--active);
|
|
21087
|
-
background-image: var(--icon-path);
|
|
21088
|
-
}
|
|
21089
|
-
|
|
21090
|
-
.tree-view::part(item__action objects-diagram)::before {
|
|
21091
|
-
--icon-path: var(--icon__objects_diagram--enabled);
|
|
21092
|
-
background-image: var(--icon-path);
|
|
21093
|
-
}
|
|
21094
|
-
|
|
21095
|
-
.tree-view::part(item__action objects-diagram):hover::before {
|
|
21096
|
-
--icon-path: var(--icon__objects_diagram--hover);
|
|
21097
|
-
background-image: var(--icon-path);
|
|
21098
|
-
}
|
|
21099
|
-
|
|
21100
|
-
.tree-view::part(item__action objects-diagram):active::before {
|
|
21101
|
-
--icon-path: var(--icon__objects_diagram--active);
|
|
21102
|
-
background-image: var(--icon-path);
|
|
21103
|
-
}
|
|
21104
|
-
|
|
21105
|
-
.tree-view::part(item__action objects-design)::before {
|
|
21106
|
-
--icon-path: var(--icon__objects_design--enabled);
|
|
21107
|
-
background-image: var(--icon-path);
|
|
21108
|
-
}
|
|
21109
|
-
|
|
21110
|
-
.tree-view::part(item__action objects-design):hover::before {
|
|
21111
|
-
--icon-path: var(--icon__objects_design--hover);
|
|
21112
|
-
background-image: var(--icon-path);
|
|
21113
|
-
}
|
|
21114
|
-
|
|
21115
|
-
.tree-view::part(item__action objects-design):active::before {
|
|
21116
|
-
--icon-path: var(--icon__objects_design--active);
|
|
21117
|
-
background-image: var(--icon-path);
|
|
21118
|
-
}
|
|
21119
|
-
|
|
21120
|
-
.tree-view::part(item__action objects-deployment-unit)::before {
|
|
21121
|
-
--icon-path: var(--icon__objects_deployment-unit--enabled);
|
|
21122
|
-
background-image: var(--icon-path);
|
|
21123
|
-
}
|
|
21124
|
-
|
|
21125
|
-
.tree-view::part(item__action objects-deployment-unit):hover::before {
|
|
21126
|
-
--icon-path: var(--icon__objects_deployment-unit--hover);
|
|
21127
|
-
background-image: var(--icon-path);
|
|
21128
|
-
}
|
|
21129
|
-
|
|
21130
|
-
.tree-view::part(item__action objects-deployment-unit):active::before {
|
|
21131
|
-
--icon-path: var(--icon__objects_deployment-unit--active);
|
|
21132
|
-
background-image: var(--icon-path);
|
|
21133
|
-
}
|
|
21134
|
-
|
|
21135
|
-
.tree-view::part(item__action objects-dataview-index)::before {
|
|
21136
|
-
--icon-path: var(--icon__objects_dataview-index--enabled);
|
|
21137
|
-
background-image: var(--icon-path);
|
|
21138
|
-
}
|
|
21139
|
-
|
|
21140
|
-
.tree-view::part(item__action objects-dataview-index):hover::before {
|
|
21141
|
-
--icon-path: var(--icon__objects_dataview-index--hover);
|
|
21142
|
-
background-image: var(--icon-path);
|
|
21143
|
-
}
|
|
21144
|
-
|
|
21145
|
-
.tree-view::part(item__action objects-dataview-index):active::before {
|
|
21146
|
-
--icon-path: var(--icon__objects_dataview-index--active);
|
|
21147
|
-
background-image: var(--icon-path);
|
|
21148
|
-
}
|
|
21149
|
-
|
|
21150
|
-
.tree-view::part(item__action objects-datastore)::before {
|
|
21151
|
-
--icon-path: var(--icon__objects_datastore--enabled);
|
|
21152
|
-
background-image: var(--icon-path);
|
|
21153
|
-
}
|
|
21154
|
-
|
|
21155
|
-
.tree-view::part(item__action objects-datastore):hover::before {
|
|
21156
|
-
--icon-path: var(--icon__objects_datastore--hover);
|
|
21157
|
-
background-image: var(--icon-path);
|
|
21158
|
-
}
|
|
21159
|
-
|
|
21160
|
-
.tree-view::part(item__action objects-datastore):active::before {
|
|
21161
|
-
--icon-path: var(--icon__objects_datastore--active);
|
|
21162
|
-
background-image: var(--icon-path);
|
|
21163
|
-
}
|
|
21164
|
-
|
|
21165
|
-
.tree-view::part(item__action objects-datastore-category)::before {
|
|
21166
|
-
--icon-path: var(--icon__objects_datastore-category--enabled);
|
|
21167
|
-
background-image: var(--icon-path);
|
|
21168
|
-
}
|
|
21169
|
-
|
|
21170
|
-
.tree-view::part(item__action objects-datastore-category):hover::before {
|
|
21171
|
-
--icon-path: var(--icon__objects_datastore-category--hover);
|
|
21172
|
-
background-image: var(--icon-path);
|
|
21173
|
-
}
|
|
21174
|
-
|
|
21175
|
-
.tree-view::part(item__action objects-datastore-category):active::before {
|
|
21176
|
-
--icon-path: var(--icon__objects_datastore-category--active);
|
|
21177
|
-
background-image: var(--icon-path);
|
|
21178
|
-
}
|
|
21179
|
-
|
|
21180
|
-
.tree-view::part(item__action objects-data-view)::before {
|
|
21181
|
-
--icon-path: var(--icon__objects_data-view--enabled);
|
|
21182
|
-
background-image: var(--icon-path);
|
|
21183
|
-
}
|
|
21184
|
-
|
|
21185
|
-
.tree-view::part(item__action objects-data-view):hover::before {
|
|
21186
|
-
--icon-path: var(--icon__objects_data-view--hover);
|
|
21187
|
-
background-image: var(--icon-path);
|
|
21188
|
-
}
|
|
21189
|
-
|
|
21190
|
-
.tree-view::part(item__action objects-data-view):active::before {
|
|
21191
|
-
--icon-path: var(--icon__objects_data-view--active);
|
|
21192
|
-
background-image: var(--icon-path);
|
|
21193
|
-
}
|
|
21194
|
-
|
|
21195
|
-
.tree-view::part(item__action objects-data-selector)::before {
|
|
21196
|
-
--icon-path: var(--icon__objects_data-selector--enabled);
|
|
21197
|
-
background-image: var(--icon-path);
|
|
21198
|
-
}
|
|
21199
|
-
|
|
21200
|
-
.tree-view::part(item__action objects-data-selector):hover::before {
|
|
21201
|
-
--icon-path: var(--icon__objects_data-selector--hover);
|
|
21202
|
-
background-image: var(--icon-path);
|
|
21203
|
-
}
|
|
21204
|
-
|
|
21205
|
-
.tree-view::part(item__action objects-data-selector):active::before {
|
|
21206
|
-
--icon-path: var(--icon__objects_data-selector--active);
|
|
21207
|
-
background-image: var(--icon-path);
|
|
21208
|
-
}
|
|
21209
|
-
|
|
21210
|
-
.tree-view::part(item__action objects-data-provider)::before {
|
|
21211
|
-
--icon-path: var(--icon__objects_data-provider--enabled);
|
|
21212
|
-
background-image: var(--icon-path);
|
|
21213
|
-
}
|
|
21214
|
-
|
|
21215
|
-
.tree-view::part(item__action objects-data-provider):hover::before {
|
|
21216
|
-
--icon-path: var(--icon__objects_data-provider--hover);
|
|
21217
|
-
background-image: var(--icon-path);
|
|
21218
|
-
}
|
|
21219
|
-
|
|
21220
|
-
.tree-view::part(item__action objects-data-provider):active::before {
|
|
21221
|
-
--icon-path: var(--icon__objects_data-provider--active);
|
|
21222
|
-
background-image: var(--icon-path);
|
|
21223
|
-
}
|
|
21224
|
-
|
|
21225
|
-
.tree-view::part(item__action objects-dashboard)::before {
|
|
21226
|
-
--icon-path: var(--icon__objects_dashboard--enabled);
|
|
21227
|
-
background-image: var(--icon-path);
|
|
21228
|
-
}
|
|
21229
|
-
|
|
21230
|
-
.tree-view::part(item__action objects-dashboard):hover::before {
|
|
21231
|
-
--icon-path: var(--icon__objects_dashboard--hover);
|
|
21232
|
-
background-image: var(--icon-path);
|
|
21233
|
-
}
|
|
21234
|
-
|
|
21235
|
-
.tree-view::part(item__action objects-dashboard):active::before {
|
|
21236
|
-
--icon-path: var(--icon__objects_dashboard--active);
|
|
21237
|
-
background-image: var(--icon-path);
|
|
21238
|
-
}
|
|
21239
|
-
|
|
21240
|
-
.tree-view::part(item__action objects-customization)::before {
|
|
21241
|
-
--icon-path: var(--icon__objects_customization--enabled);
|
|
21242
|
-
background-image: var(--icon-path);
|
|
21243
|
-
}
|
|
21244
|
-
|
|
21245
|
-
.tree-view::part(item__action objects-customization):hover::before {
|
|
21246
|
-
--icon-path: var(--icon__objects_customization--hover);
|
|
21247
|
-
background-image: var(--icon-path);
|
|
21248
|
-
}
|
|
21249
|
-
|
|
21250
|
-
.tree-view::part(item__action objects-customization):active::before {
|
|
21251
|
-
--icon-path: var(--icon__objects_customization--active);
|
|
21252
|
-
background-image: var(--icon-path);
|
|
21253
|
-
}
|
|
21254
|
-
|
|
21255
|
-
.tree-view::part(item__action objects-conversational-flows)::before {
|
|
21256
|
-
--icon-path: var(--icon__objects_conversational-flows--enabled);
|
|
21257
|
-
background-image: var(--icon-path);
|
|
21258
|
-
}
|
|
21259
|
-
|
|
21260
|
-
.tree-view::part(item__action objects-conversational-flows):hover::before {
|
|
21261
|
-
--icon-path: var(--icon__objects_conversational-flows--hover);
|
|
21262
|
-
background-image: var(--icon-path);
|
|
21263
|
-
}
|
|
21264
|
-
|
|
21265
|
-
.tree-view::part(item__action objects-conversational-flows):active::before {
|
|
21266
|
-
--icon-path: var(--icon__objects_conversational-flows--active);
|
|
21267
|
-
background-image: var(--icon-path);
|
|
21268
|
-
}
|
|
21269
|
-
|
|
21270
|
-
.tree-view::part(item__action objects-category)::before {
|
|
21271
|
-
--icon-path: var(--icon__objects_category--enabled);
|
|
21272
|
-
background-image: var(--icon-path);
|
|
21273
|
-
}
|
|
21274
|
-
|
|
21275
|
-
.tree-view::part(item__action objects-category):hover::before {
|
|
21276
|
-
--icon-path: var(--icon__objects_category--hover);
|
|
21277
|
-
background-image: var(--icon-path);
|
|
21278
|
-
}
|
|
21279
|
-
|
|
21280
|
-
.tree-view::part(item__action objects-category):active::before {
|
|
21281
|
-
--icon-path: var(--icon__objects_category--active);
|
|
21282
|
-
background-image: var(--icon-path);
|
|
21283
|
-
}
|
|
21284
|
-
|
|
21285
|
-
.tree-view::part(item__action objects-calendars)::before {
|
|
21286
|
-
--icon-path: var(--icon__objects_calendars--enabled);
|
|
21287
|
-
background-image: var(--icon-path);
|
|
21288
|
-
}
|
|
21289
|
-
|
|
21290
|
-
.tree-view::part(item__action objects-calendars):hover::before {
|
|
21291
|
-
--icon-path: var(--icon__objects_calendars--hover);
|
|
21292
|
-
background-image: var(--icon-path);
|
|
21293
|
-
}
|
|
21294
|
-
|
|
21295
|
-
.tree-view::part(item__action objects-calendars):active::before {
|
|
21296
|
-
--icon-path: var(--icon__objects_calendars--active);
|
|
21297
|
-
background-image: var(--icon-path);
|
|
21298
|
-
}
|
|
21299
|
-
|
|
21300
|
-
.tree-view::part(item__action objects-business-process-diagram)::before {
|
|
21301
|
-
--icon-path: var(--icon__objects_business-process-diagram--enabled);
|
|
21302
|
-
background-image: var(--icon-path);
|
|
21303
|
-
}
|
|
21304
|
-
|
|
21305
|
-
.tree-view::part(item__action objects-business-process-diagram):hover::before {
|
|
21306
|
-
--icon-path: var(--icon__objects_business-process-diagram--hover);
|
|
21307
|
-
background-image: var(--icon-path);
|
|
21308
|
-
}
|
|
21309
|
-
|
|
21310
|
-
.tree-view::part(item__action objects-business-process-diagram):active::before {
|
|
21311
|
-
--icon-path: var(--icon__objects_business-process-diagram--active);
|
|
21312
|
-
background-image: var(--icon-path);
|
|
21313
|
-
}
|
|
21314
|
-
|
|
21315
|
-
.tree-view::part(item__action objects-bg-color)::before {
|
|
21316
|
-
--icon-path: var(--icon__objects_bg-color--enabled);
|
|
21317
|
-
background-image: var(--icon-path);
|
|
21318
|
-
}
|
|
21319
|
-
|
|
21320
|
-
.tree-view::part(item__action objects-bg-color):hover::before {
|
|
21321
|
-
--icon-path: var(--icon__objects_bg-color--hover);
|
|
21322
|
-
background-image: var(--icon-path);
|
|
21323
|
-
}
|
|
21324
|
-
|
|
21325
|
-
.tree-view::part(item__action objects-bg-color):active::before {
|
|
21326
|
-
--icon-path: var(--icon__objects_bg-color--active);
|
|
21327
|
-
background-image: var(--icon-path);
|
|
21328
|
-
}
|
|
21329
|
-
|
|
21330
|
-
.tree-view::part(item__action objects-attribute)::before {
|
|
21331
|
-
--icon-path: var(--icon__objects_attribute--enabled);
|
|
21332
|
-
background-image: var(--icon-path);
|
|
21333
|
-
}
|
|
21334
|
-
|
|
21335
|
-
.tree-view::part(item__action objects-attribute):hover::before {
|
|
21336
|
-
--icon-path: var(--icon__objects_attribute--hover);
|
|
21337
|
-
background-image: var(--icon-path);
|
|
21338
|
-
}
|
|
21339
|
-
|
|
21340
|
-
.tree-view::part(item__action objects-attribute):active::before {
|
|
21341
|
-
--icon-path: var(--icon__objects_attribute--active);
|
|
21342
|
-
background-image: var(--icon-path);
|
|
21343
|
-
}
|
|
21344
|
-
|
|
21345
|
-
.tree-view::part(item__action objects-api)::before {
|
|
21346
|
-
--icon-path: var(--icon__objects_api--enabled);
|
|
21347
|
-
background-image: var(--icon-path);
|
|
21348
|
-
}
|
|
21349
|
-
|
|
21350
|
-
.tree-view::part(item__action objects-api):hover::before {
|
|
21351
|
-
--icon-path: var(--icon__objects_api--hover);
|
|
21352
|
-
background-image: var(--icon-path);
|
|
21353
|
-
}
|
|
21354
|
-
|
|
21355
|
-
.tree-view::part(item__action objects-api):active::before {
|
|
21356
|
-
--icon-path: var(--icon__objects_api--active);
|
|
21357
|
-
background-image: var(--icon-path);
|
|
21358
|
-
}
|
|
21359
|
-
|
|
21360
20356
|
.checkbox::part(label) {
|
|
21361
20357
|
margin-inline-start: var(--label__inline-margin);
|
|
21362
20358
|
}
|
|
@@ -21388,10 +20384,6 @@ p {
|
|
|
21388
20384
|
background: var(--mer-scrollbar-corner__bg);
|
|
21389
20385
|
}
|
|
21390
20386
|
|
|
21391
|
-
.tree-view::part(item__action)::after {
|
|
21392
|
-
background-image: var(--icon-path);
|
|
21393
|
-
}
|
|
21394
|
-
|
|
21395
20387
|
.tabular-grid:focus {
|
|
21396
20388
|
outline: none;
|
|
21397
20389
|
}
|