mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-1431] Destination Picker: Display path of the folder in search results (#2762)
* Add initial implementation with style fixes * Further style fixes * Add tests, styling fixes
This commit is contained in:
committed by
Eugenio Romano
parent
f341137b06
commit
cb06c8a963
@@ -0,0 +1,13 @@
|
||||
@mixin adf-name-location-cell-theme($theme) {
|
||||
$foreground: map-get($theme, foreground);
|
||||
|
||||
.adf-name-location-cell {
|
||||
&-location {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
color: mat-color($foreground, base, 0.5);
|
||||
font-size: 12px;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user