diff --git a/my-workspace/projects/sae-lib/buttons/copy/copy.scss b/my-workspace/projects/sae-lib/buttons/copy/copy.scss index b1b22ce..31c6286 100644 --- a/my-workspace/projects/sae-lib/buttons/copy/copy.scss +++ b/my-workspace/projects/sae-lib/buttons/copy/copy.scss @@ -8,6 +8,12 @@ border-width: 0; padding: 4px; color: #333; - background: variables.$csc-copy-color + cursor: pointer; + background: variables.$csc-copy-color; + + &:hover { + color: white; + background: variables.$csc-magic-color; + } } } diff --git a/my-workspace/projects/sae-lib/chatbot/bot-talks/bot-talks.scss b/my-workspace/projects/sae-lib/chatbot/bot-talks/bot-talks.scss index b89857e..51596a9 100644 --- a/my-workspace/projects/sae-lib/chatbot/bot-talks/bot-talks.scss +++ b/my-workspace/projects/sae-lib/chatbot/bot-talks/bot-talks.scss @@ -51,6 +51,10 @@ app-copy { margin-left: 12px; + + .button { + cursor: pointer; + } } a { diff --git a/my-workspace/projects/sae-lib/filters/filters-group/filters-group.html b/my-workspace/projects/sae-lib/filters/filters-group/filters-group.html index 91e65cc..0e30339 100644 --- a/my-workspace/projects/sae-lib/filters/filters-group/filters-group.html +++ b/my-workspace/projects/sae-lib/filters/filters-group/filters-group.html @@ -1,72 +1,78 @@
- - @if(appState.filters){ + + @if (appState.filters) {
@@ -75,12 +81,12 @@ } @if (!hideChipsList) { -
+
@for (elem of appState.filters.engineType.selectedList; track elem.label) { -
@for (elem of appState.filters.findings.selectedList; track elem.label) { -
@for (elem of appState.filters.ata.selectedList; track elem.label) { -
@for (elem of appState.filters.partNumber.selectedList; track elem.label) { -
@for (elem of appState.filters.technicalManual.selectedList; track elem.label) { -
@for (elem of appState.filters.onOffWing.selectedList; track elem.label) { -
+ - {{ selectedChoices?.length || 0 }} @@ -29,7 +30,7 @@
- @if (displayDropdown ) { + @if (displayDropdown) { - +
- -
Add new part number
- + +
Add new part number
+
}
- + - @for(ac of getFilteredAvailableChoices(); track ac.value){ + @for (ac of getFilteredAvailableChoices(); track ac.value) { } -
- -
-
- - +
+
-
-
+
+
+ -
-
-
- Similar cases +
+
+
+ +
+
+
+ Similar cases +
-
-
-
- Associated documents +
+
+ Associated documents - @if (appState.technicalManuals.length > 0) { + @if (appState.technicalManuals.length > 0) { - - } + + } +
-
-
+
- @if (displayedTab == 'similar-cases') { + @if (displayedTab == 'similar-cases') { - -
- {{ appState.similarCases.length }} cases found, 3 cases suggested -
- } + +
+ {{ appState.similarCases.length }} cases found, 3 cases suggested +
+ } - @if (displayedTab == 'similar-cases') { -
+ @if (displayedTab == 'similar-cases') { +
-
+
- - @for (case of filteredSimilarCases; track case.id) { + + @for (case of filteredSimilarCases; track case.id) { - - } + + } + +
+
+ + + } @else { + +
+ + +
-
- - - } @else { - -
- - - - -
- } + } +
-
+
+