mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
remove unwanted migration changes
This commit is contained in:
4
.vscode/extensions.json
vendored
4
.vscode/extensions.json
vendored
@@ -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
11
.vscode/settings.json
vendored
@@ -32,14 +32,5 @@
|
||||
"scss"
|
||||
],
|
||||
"editor.guides.indentation": true,
|
||||
"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"
|
||||
]
|
||||
"typescript.tsdk": "node_modules/typescript/lib"
|
||||
}
|
||||
|
@@ -67,6 +67,10 @@ $panel-properties-height: 56px !default;
|
||||
#{$mat-chip} {
|
||||
background: var(--adf-metadata-buttons-background-color);
|
||||
padding: 6px;
|
||||
|
||||
&.metadata-properties-tag-chip {
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
.adf-metadata-no-item-added {
|
||||
|
@@ -8,6 +8,7 @@
|
||||
data-automation-id="site-my-files-option"
|
||||
class="adf-site-dropdown-list-element"
|
||||
id="site-dropdown"
|
||||
placeholder="{{placeholder | translate}}"
|
||||
[(value)]="selected"
|
||||
placeholder="{{placeholder | translate}}"
|
||||
(selectionChange)="selectedSite($event)">
|
||||
|
Reference in New Issue
Block a user