From 95156b744617e539f63e279232937522f918489b Mon Sep 17 00:00:00 2001 From: Fox Date: Tue, 16 Sep 2014 16:37:27 -0500 Subject: [PATCH 1/2] Update match-multiple.tpl.html Fix to prevent clicks being swallowed when clicking on the 'x' within the multiple select pill. --- src/bootstrap/match-multiple.tpl.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/bootstrap/match-multiple.tpl.html b/src/bootstrap/match-multiple.tpl.html index be3c72fab..08e24556b 100644 --- a/src/bootstrap/match-multiple.tpl.html +++ b/src/bootstrap/match-multiple.tpl.html @@ -1,6 +1,6 @@ - + - \ No newline at end of file + From 92ec8435f931697a5224ea01718309ef2ad4c3a4 Mon Sep 17 00:00:00 2001 From: Fox Date: Tue, 16 Sep 2014 16:48:50 -0500 Subject: [PATCH 2/2] Update select.css Prevent the dotted line from appearing around the span element after clicking; this behavior did not occur when the span element was a button. --- src/select.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/select.css b/src/select.css index 7a18d3c10..5c9cd052e 100644 --- a/src/select.css +++ b/src/select.css @@ -113,6 +113,10 @@ line-height: 0.75; } +.ui-select-multiple.ui-select-bootstrap .ui-select-match-item{ + outline: 0; +} + .ui-select-bootstrap .ui-select-choices-row>a { display: block; padding: 3px 20px;