mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ADF-2455] fix properly fall back datatable thumbnail
fix search node selector drop down list style
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
data-automation-id="dropdown-breadcrumb-trigger">
|
||||
<mat-icon [class.isRoot]="!hasPreviousNodes()">folder</mat-icon>
|
||||
</button>
|
||||
<mat-icon class="adf-dropddown-breadcrumb-item-chevron">chevron_right</mat-icon>
|
||||
<mat-icon class="adf-dropdown-breadcrumb-item-chevron">chevron_right</mat-icon>
|
||||
|
||||
<mat-select
|
||||
#select
|
||||
|
@@ -17,6 +17,10 @@
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
&-dropdown-breadcrumb-item-chevron {
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
&-dropdown-breadcumb-trigger.isRoot {
|
||||
cursor: not-allowed;
|
||||
}
|
||||
@@ -35,8 +39,8 @@
|
||||
|
||||
&-current-folder {
|
||||
text-align: left;
|
||||
line-height: 33px;
|
||||
margin-left: $dropdownHorizontalOffset;
|
||||
line-height: 26px;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
|
Reference in New Issue
Block a user