mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-4230] Fix pagination arrows direction when ADF set to RTL (#4469)
* [ADF-4230] Fix pagination arrows direction when ADF set to RTL * Update pagination.component.scss
This commit is contained in:
committed by
Eugenio Romano
parent
e5c7ffb314
commit
b8d3a5b878
@@ -13,6 +13,10 @@
|
||||
line-height: 20px;
|
||||
color: mat-color($foreground, text);
|
||||
|
||||
[dir='rtl'] &__block:nth-of-type(4) {
|
||||
direction: ltr;
|
||||
}
|
||||
|
||||
&__block {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
Reference in New Issue
Block a user