mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
mirror mat icon when direction is rtl (#4815)
This commit is contained in:
parent
e65e32e0cf
commit
cb25979a00
@ -12,6 +12,10 @@ router-outlet[name='overlay'] + * {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[dir='rtl'] .mat-icon {
|
||||||
|
transform: scale(-1, 1);
|
||||||
|
}
|
||||||
|
|
||||||
@media (max-width: 425px) {
|
@media (max-width: 425px) {
|
||||||
adf-content-node-selector {
|
adf-content-node-selector {
|
||||||
.adf-content-node-selector-content-list {
|
.adf-content-node-selector-content-list {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user