fix watcher disappears from selection modal when hovering

pull/2049/head
Mihail Maxacov 10 years ago
parent c83ffaf0ce
commit 241bfc3967
  1. 2
      app/assets/stylesheets/select2_customizing.css.erb

@ -111,7 +111,7 @@ See doc/COPYRIGHT.rdoc for more details.
color: #000;
}
.controller-work_packages.action-index .select2-drop:not(.project-search-results) .select2-results .select2-result-selectable:hover, .controller-work_packages.action-index .select2-drop:not(.project-search-results) .select2-results .select2-result-selectable.select2-highlighted {
.controller-work_packages.action-index .select2-drop:not(.project-search-results) .select2-results .select2-result-selectable.select2-highlighted {
color: #fff;
font-weight: bold;
}

Loading…
Cancel
Save