1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

fix #1275 remove last border-right on progress bar

This commit is contained in:
codecalm
2022-09-27 21:13:02 +02:00
parent 0633274a73
commit 44c69ff737

View File

@@ -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));
}
}