Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Commit 92ec843

Browse files
committed
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.
1 parent 95156b7 commit 92ec843

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/select.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,10 @@
113113
line-height: 0.75;
114114
}
115115

116+
.ui-select-multiple.ui-select-bootstrap .ui-select-match-item{
117+
outline: 0;
118+
}
119+
116120
.ui-select-bootstrap .ui-select-choices-row>a {
117121
display: block;
118122
padding: 3px 20px;

0 commit comments

Comments
 (0)