diff --git a/erdblick_app/app/datasources.component.ts b/erdblick_app/app/datasources.component.ts index b274b703..46e9df19 100644 --- a/erdblick_app/app/datasources.component.ts +++ b/erdblick_app/app/datasources.component.ts @@ -97,7 +97,7 @@ export class ArrayTypeComponent extends FieldArrayType {} + #editorDialog class="editor-dialog" (onShow)="loadConfigEditor()" [style]="{'min-height': '14em', 'min-width': '36em'}">

{{ dsService.errorMessage }}

@@ -105,8 +105,9 @@ export class ArrayTypeComponent extends FieldArrayType {}
-
-
+
+
Press Esc to quit without saving
+
+ +
`, diff --git a/erdblick_app/app/feature.panel.component.ts b/erdblick_app/app/feature.panel.component.ts index 3c57fb0a..4bca0fd0 100644 --- a/erdblick_app/app/feature.panel.component.ts +++ b/erdblick_app/app/feature.panel.component.ts @@ -83,13 +83,12 @@ interface Column { - + tooltipPosition="bottom" />
@@ -156,15 +155,6 @@ interface Column { font-style: italic; } - .source-data-ref-container { - button { - width: 1.1em; - height: 1em; - padding: 0.1em; - margin-bottom: 0.2em; - } - } - @media only screen and (max-width: 56em) { .resizable-container-expanded { height: calc(100vh - 3em); diff --git a/erdblick_app/app/map.panel.component.ts b/erdblick_app/app/map.panel.component.ts index cc28c6ae..72e2ab37 100644 --- a/erdblick_app/app/map.panel.component.ts +++ b/erdblick_app/app/map.panel.component.ts @@ -101,7 +101,8 @@ import {DataSourcesService} from "./datasources.service";
expand_more @@ -213,7 +214,12 @@ import {DataSourcesService} from "./datasources.service"; `, - styles: [``] + styles: [` + .disabled { + pointer-events: none; + opacity: 0.5; + } + `] }) export class MapPanelComponent { editorDialogVisible: boolean = false; diff --git a/erdblick_app/app/sourcedata.panel.component.ts b/erdblick_app/app/sourcedata.panel.component.ts index 7bc62197..86ea8435 100644 --- a/erdblick_app/app/sourcedata.panel.component.ts +++ b/erdblick_app/app/sourcedata.panel.component.ts @@ -260,7 +260,7 @@ export class SourceDataPanelComponent implements OnInit, AfterViewInit, OnDestro } // Virtual row index (visible row index) of the first highlighted row, or undefined. - let firstHighlightedItemIndex : number | undefined; + let firstHighlightedItemIndex: number | undefined; let select = (node: TreeTableNode, parents: TreeTableNode[], highlight: boolean, virtualRowIndex: number) => { if (!node.data) { diff --git a/erdblick_app/styles.scss b/erdblick_app/styles.scss index 98846c3f..e4af03f8 100644 --- a/erdblick_app/styles.scss +++ b/erdblick_app/styles.scss @@ -195,6 +195,21 @@ body { direction: ltr; } + .source-data-ref-container { + button { + width: 1.1em; + height: 1em; + padding: 0.1em; + margin-bottom: 0.2em; + font-family: monospace; + font-size: 1em; + } + + span { + font-family: monospace; + } + } + .p-tree { border: none; padding: 0;