Skip to content

Commit

Permalink
chore: remove bootstrap-theme from QualityBar and RatioBar (#5278)
Browse files Browse the repository at this point in the history
  • Loading branch information
dlcaldeira authored Apr 18, 2024
1 parent 48865e5 commit da2218d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/gentle-bikes-hope.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@talend/design-system": minor
---

chore: remove bootstrap-theme dependency from QualityBar and RatioBar components
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@use '~@talend/bootstrap-theme/src/theme/guidelines' as *;
@use '~@talend/design-tokens/lib/tokens';

$custom-quality-bar-placeholder-line-hover-height: 0.25rem;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@use '~@talend/bootstrap-theme/src/theme/guidelines' as *;
@use '~@talend/design-tokens/lib/tokens';

$custom-ratio-bar-height: 0.5rem;
Expand All @@ -9,11 +8,11 @@ $custom-ratio-bar-line-hover-height: 0.5rem;
align-items: center;
display: flex;
height: $custom-ratio-bar-height;
padding: $padding-small 0;
padding: tokens.$coral-spacing-xs 0;
width: 100%;

&-counter {
padding-left: $padding-smaller;
padding-left: tokens.$coral-spacing-xxs;
}

&-lines {
Expand Down

0 comments on commit da2218d

Please sign in to comment.