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