mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
[ADF-4626] Breadcrumb - directionality styling (#4810)
* direction styling * remove text align
This commit is contained in:
parent
0cfc5bc1b7
commit
0684098f60
@ -50,7 +50,6 @@
|
|||||||
height: 0;
|
height: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
margin-top: 35px;
|
margin-top: 35px;
|
||||||
margin-left: -$dropdownHorizontalOffset;
|
|
||||||
|
|
||||||
&.mat-select {
|
&.mat-select {
|
||||||
width: 0;
|
width: 0;
|
||||||
@ -58,8 +57,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&-current-folder {
|
&-current-folder {
|
||||||
text-align: left;
|
|
||||||
margin-left: $dropdownHorizontalOffset;
|
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
@ -82,4 +79,24 @@
|
|||||||
padding-bottom: 4px;
|
padding-bottom: 4px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[dir='ltr'] .adf {
|
||||||
|
&-dropdown-breadcrumb-path {
|
||||||
|
margin-left: -$dropdownHorizontalOffset;
|
||||||
|
}
|
||||||
|
|
||||||
|
&-current-folder {
|
||||||
|
margin-left: $dropdownHorizontalOffset;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[dir='rtl'] .adf {
|
||||||
|
&-dropdown-breadcrumb-path {
|
||||||
|
margin-right: -$dropdownHorizontalOffset;
|
||||||
|
}
|
||||||
|
|
||||||
|
&-current-folder {
|
||||||
|
margin-right: $dropdownHorizontalOffset;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user