Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit 9fc2f3f

Browse files
marosoftSplaktar
authored andcommitted
fix(progress-linear,progress-circular): mirror indicator when rtl is on
1 parent 8bb1d98 commit 9fc2f3f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/components/progressCircular/progress-circular.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ md-progress-circular {
1010
position: relative;
1111
display: block;
1212

13+
@include rtl(transform, scale(1, 1), scale(-1, 1));
14+
1315
&._md-progress-circular-disabled {
1416
visibility: hidden;
1517
}

src/components/progressLinear/progress-linear.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ md-progress-linear {
99
padding-top: 0 !important;
1010
margin-bottom: 0 !important;
1111

12+
@include rtl(transform, scale(1, 1), scale(-1, 1));
13+
1214
&._md-progress-linear-disabled {
1315
visibility: hidden;
1416
}

0 commit comments

Comments
 (0)