Skip to content

Commit

Permalink
fix #1275 remove last border-right on progress bar
Browse files Browse the repository at this point in the history
  • Loading branch information
codecalm committed Sep 27, 2022
1 parent 0633274 commit 44c69ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scss/ui/_progress.scss
Expand Up @@ -68,7 +68,7 @@ Progress bar

.progress-separated {
.progress-bar {
border-right: 2px solid var(--#{$prefix}card-bg, var(--#{$prefix}bg-surface));
box-shadow: 0 0 0 2px var(--#{$prefix}card-bg, var(--#{$prefix}bg-surface));
}
}

Expand Down

0 comments on commit 44c69ff

Please sign in to comment.