Skip to content

Commit ef21bbe

Browse files
committed
fix border of tag in multi suggest component
1 parent 87d40c6 commit ef21bbe

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
6161
- fix emoji false-positives in invisible character detection
6262
- `<MultiSuggestField />`
6363
- `onSelection` now sets `newlySelected` only for add actions and no longer sets it to the last element
64+
- border of the BlueprintJS `Tag` elements were fixed
6465
- `<Modal />`
6566
- fix specificity for pointer-events rules on SVG
6667
- Focus outlines

src/components/Tag/tag.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ $tag-round-adjustment: 0 !default;
3030
@import "~@blueprintjs/core/src/components/tag/tag";
3131

3232
.#{$eccgui}-tag__item {
33-
--eccgui-tag-border-width: 1px;
34-
3533
flex-grow: 0;
3634
flex-shrink: 0;
3735
min-width: calc(#{$tag-height} - 2px);
@@ -141,6 +139,8 @@ $tag-round-adjustment: 0 !default;
141139
}
142140

143141
.#{$ns}-tag {
142+
--eccgui-tag-border-width: 1px;
143+
144144
border-style: solid;
145145
border-width: var(--eccgui-tag-border-width);
146146

0 commit comments

Comments
 (0)