Skip to content

Commit

Permalink
fix(progressbar): scope progressbar status styles in fluent
Browse files Browse the repository at this point in the history
  • Loading branch information
TeyaVes committed Sep 27, 2022
1 parent e1abeb1 commit 5fb334c
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions packages/fluent/scss/progressbar/_layout.scss
Expand Up @@ -82,12 +82,6 @@
white-space: nowrap;
}

.k-selected {
.k-progress-status {
display: none;
}
}


// Horizontal
.k-progressbar-horizontal {
Expand Down Expand Up @@ -163,6 +157,10 @@
> .k-progress-status-wrap {
height: calc( 100% * ( 100 / var( --kendo-progressbar-progress, 1 ) ) ); // sass-lint:disable-line no-duplicate-properties
}

.k-progress-status {
display: none;
}
}


Expand Down

0 comments on commit 5fb334c

Please sign in to comment.