remove unwanted migration changes

This commit is contained in:
Wojciech Duda
2024-07-04 09:20:33 +02:00
parent cacfb205c3
commit e33ad3db33
4 changed files with 9 additions and 11 deletions

View File

@@ -1,3 +1,5 @@
{ {
"recommendations": ["lucono.karma-test-explorer", "esbenp.prettier-vscode", "firsttris.vscode-jest-runner"] "recommendations": [
"lucono.karma-test-explorer"
]
} }

11
.vscode/settings.json vendored
View File

@@ -32,14 +32,5 @@
"scss" "scss"
], ],
"editor.guides.indentation": true, "editor.guides.indentation": true,
"typescript.tsdk": "node_modules/typescript/lib", "typescript.tsdk": "node_modules/typescript/lib"
"i18n-ally.localesPaths": [
"scripts/i18n",
"demo-shell/resources/i18n",
"lib/content-services/src/lib/i18n",
"lib/insights/src/lib/i18n",
"lib/process-services/src/lib/i18n",
"lib/core/src/lib/i18n",
"lib/process-services-cloud/src/lib/i18n"
]
} }

View File

@@ -67,6 +67,10 @@ $panel-properties-height: 56px !default;
#{$mat-chip} { #{$mat-chip} {
background: var(--adf-metadata-buttons-background-color); background: var(--adf-metadata-buttons-background-color);
padding: 6px; padding: 6px;
&.metadata-properties-tag-chip {
overflow: hidden;
}
} }
.adf-metadata-no-item-added { .adf-metadata-no-item-added {

View File

@@ -8,6 +8,7 @@
data-automation-id="site-my-files-option" data-automation-id="site-my-files-option"
class="adf-site-dropdown-list-element" class="adf-site-dropdown-list-element"
id="site-dropdown" id="site-dropdown"
placeholder="{{placeholder | translate}}"
[(value)]="selected" [(value)]="selected"
placeholder="{{placeholder | translate}}" placeholder="{{placeholder | translate}}"
(selectionChange)="selectedSite($event)"> (selectionChange)="selectedSite($event)">