Skip to content

Commit b0977cd

Browse files
committed
fix(progress-bar): revert change to progress-bar styles, #6129
1 parent bc5a017 commit b0977cd

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

projects/igniteui-angular/src/lib/core/styles/components/progress/_progress-component.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,15 +113,15 @@
113113
@extend %circular-text !optional;
114114
}
115115

116-
@include e(text, $m: hidden) {
117-
@extend %circular-text !optional;
118-
}
119-
120116
@include m(indeterminate) {
121117
@extend %circular-display--indeterminate !optional;
122118

123119
@include e(outer) {
124120
@extend %circular-outer--indeterminate !optional;
125121
}
122+
123+
@include e(text) {
124+
@extend %circular-text--hidden !optional;
125+
}
126126
}
127127
}

projects/igniteui-angular/src/lib/core/styles/components/progress/_progress-theme.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,10 @@
311311
fill: --var($theme, 'text-color');
312312
}
313313

314+
%circular-text--hidden {
315+
visibility: hidden;
316+
}
317+
314318
@include keyframes('indeterminate-accordion') {
315319
from {
316320
stroke-dashoffset: 578;

0 commit comments

Comments
 (0)