File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -512,7 +512,7 @@ class MultiSelect extends BaseComponent {
512512 tag . innerHTML = text
513513
514514 const closeBtn = document . createElement ( 'button' )
515- closeBtn . classList . add ( CLASS_NAME_TAG_DELETE , 'close ' )
515+ closeBtn . classList . add ( CLASS_NAME_TAG_DELETE , 'text-medium-emphasis ' )
516516 closeBtn . setAttribute ( 'aria-label' , 'Close' )
517517 closeBtn . innerHTML = '<span aria-hidden="true">×</span>'
518518
@@ -524,8 +524,6 @@ class MultiSelect extends BaseComponent {
524524
525525 tag . remove ( )
526526 this . _deselectOption ( value )
527- // this._updateOptionsList()
528- // this._updateSearch()
529527 } )
530528
531529 return tag
Original file line number Diff line number Diff line change 213213.form-multi-select-tag-delete {
214214 padding : 0 ;
215215 margin-left : 6px ;
216+ background-color : transparent ;
216217 border : 0 ;
217218}
218219
You can’t perform that action at this time.
0 commit comments