select2 / select2-bootstrap-theme

A Select2 v4 Theme for Bootstrap 3
https://select2.github.io/select2-bootstrap-theme/
MIT License
871 stars 498 forks source link

Add focus css #5

Closed Knoxvillekm closed 9 years ago

Knoxvillekm commented 9 years ago
.select2-container--bootstrap.select2-container--focus .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-color: #66afe9;
}
fk commented 9 years ago

Thanks @Knoxvillekm! I don't know why, but when I opened #18 – which tracks the exact same issue – I didn't have your ticket on my radar anymore.

I'll close this issue in favor of #18 because I already referenced it in a commit message.