This is an automated email from the ASF dual-hosted git repository.
zehnder pushed a commit to branch
3116-refactor-staticruntimeresolvabletreeinput-into-smaller-subcomponents
in repository https://gitbox.apache.org/repos/asf/streampipes.git
The following commit(s) were added to
refs/heads/3116-refactor-staticruntimeresolvabletreeinput-into-smaller-subcomponents
by this push:
new 8c7fdbd84f refactor(#3116): Fix CSS for component selected-nodes
8c7fdbd84f is described below
commit 8c7fdbd84fc8a029219ed417da43d896b589d819
Author: Philipp Zehnder <[email protected]>
AuthorDate: Sun Aug 11 08:31:02 2024 +0200
refactor(#3116): Fix CSS for component selected-nodes
---
.../static-tree-input-selected-nodes.component.ts | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git
a/ui/src/app/core-ui/static-properties/static-runtime-resolvable-tree-input/static-tree-input-selected-nodes/static-tree-input-selected-nodes.component.ts
b/ui/src/app/core-ui/static-properties/static-runtime-resolvable-tree-input/static-tree-input-selected-nodes/static-tree-input-selected-nodes.component.ts
index 3d0b2a707c..73b0973fae 100644
---
a/ui/src/app/core-ui/static-properties/static-runtime-resolvable-tree-input/static-tree-input-selected-nodes/static-tree-input-selected-nodes.component.ts
+++
b/ui/src/app/core-ui/static-properties/static-runtime-resolvable-tree-input/static-tree-input-selected-nodes/static-tree-input-selected-nodes.component.ts
@@ -21,10 +21,7 @@ import { Component, EventEmitter, Input, Output } from
'@angular/core';
@Component({
selector: 'sp-static-tree-input-selected-nodes',
templateUrl: './static-tree-input-selected-nodes.component.html',
- styleUrls: [
- './static-tree-input-selected-nodes.component.scss',
- '../static-tree-input.component.scss',
- ],
+ styleUrl: '../static-tree-input.component.scss',
})
export class StaticTreeInputSelectedNodesComponent {
@Input()