File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments