Skip to content

Commit

Permalink
Fix: ajustement badge border (#85)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexis Boulerice <[email protected]>
  • Loading branch information
alexisletrotteur authored Oct 13, 2023
1 parent e370054 commit 38812a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/_patterns/02-components/badges/01-badges.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"badges-dialog-colors": [
{
"badge": "0",
"badgeClass": "badge-light",
"badgeClass": false,
"badge-sr-text": false
},
{
Expand Down
3 changes: 2 additions & 1 deletion source/css/scss/_badge.scss
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,8 @@
}

.badge-pill {
&.badge {
border: 1px solid $neutral-secondary;
&.badge-light {
border: 1px solid $neutral-secondary;
}
&.badge-#{$label} {
Expand Down

0 comments on commit 38812a5

Please sign in to comment.