Skip to content

Commit

Permalink
fix active search source hover background issue
Browse files Browse the repository at this point in the history
Fixes #5971
  • Loading branch information
michaelcheng429 authored and Brad Westfall committed Jan 22, 2016
1 parent 92f210f commit 5bbf1c0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/ui/public/styles/base.less
Original file line number Diff line number Diff line change
Expand Up @@ -457,3 +457,14 @@ fieldset {
overflow-y: hidden;
}
}

.list-group {
.list-group-item {
&.active,
&.active:hover,
&.active:focus {
background-color: @list-group-menu-item-active-bg;
cursor: default;
}
}
}

0 comments on commit 5bbf1c0

Please sign in to comment.