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 {
512
512
tag . innerHTML = text
513
513
514
514
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 ' )
516
516
closeBtn . setAttribute ( 'aria-label' , 'Close' )
517
517
closeBtn . innerHTML = '<span aria-hidden="true">×</span>'
518
518
@@ -524,8 +524,6 @@ class MultiSelect extends BaseComponent {
524
524
525
525
tag . remove ( )
526
526
this . _deselectOption ( value )
527
- // this._updateOptionsList()
528
- // this._updateSearch()
529
527
} )
530
528
531
529
return tag
Original file line number Diff line number Diff line change 213
213
.form-multi-select-tag-delete {
214
214
padding : 0 ;
215
215
margin-left : 6px ;
216
+ background-color : transparent ;
216
217
border : 0 ;
217
218
}
218
219
You can’t perform that action at this time.
0 commit comments