.text-muted, .dropdown-item.disabled {
  color: #6c757d; }

.active, .dropdown-item.hover.active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff; }

.dropdown-item.hover {
  color: color-yiq(#dae0e5);
  text-decoration: none;
  background-color: #dae0e5; }
  .dropdown-item.hover.active {
    /* Ensure `.active` overrides `.hover`. */ }

.dropdown-item.no-results.hover {
  background-color: transparent; }
