Skip to content

Commit

Permalink
Merge pull request #1697 from bcgov/feature/ALCS-1201
Browse files Browse the repository at this point in the history
Add Dropdown Arrow to File Selector
  • Loading branch information
dhaselhan authored May 21, 2024
2 parents ab9a9e2 + 92cc283 commit 366cdb5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
>
<mat-icon>close</mat-icon>
</button>
<mat-icon class="dropdown-arrow" matSuffix>arrow_drop_down</mat-icon>
<mat-icon *ngIf="tooltip" matSuffix>info</mat-icon>
<mat-autocomplete autoActiveFirstOption #auto="matAutocomplete" class="tall-autocomplete">
<mat-option disabled>Please select an item from below</mat-option>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,13 @@
#type {
text-overflow: ellipsis;
}

.dropdown-arrow {
color: rgba(0, 0, 0, 0.54);
cursor: pointer;
padding: 0 !important;

&:last-child {
padding-right: 8px !important;
}
}

0 comments on commit 366cdb5

Please sign in to comment.