-
Notifications
You must be signed in to change notification settings - Fork 57
Conversation
ul.ui-autocomplete li a.ui-state-hover, ul.ui-autocomplete li a.ui-state-active { | ||
background-color: #FFFCB2; | ||
ul.ui-autocomplete li.ui-state-focus { | ||
background-color: #337ab7; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we use SASS (e.g. a variable) for this instead of hard-coding a number that we'll have to remember to come back and change if we ever change our UI / color scheme?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 You should use the variable Bootstrap defines for this value instead of hard-coding it: http://getbootstrap.com/customize/#dropdowns
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch
Awesome, looks great. Squash / merge / update CHANGELOG away! 😄 |
ul.ui-autocomplete li a.ui-state-hover, ul.ui-autocomplete li a.ui-state-active { | ||
background-color: #FFFCB2; | ||
ul.ui-autocomplete li.ui-state-focus { | ||
// background-color: #337ab7; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Indentation in this whole block is a bit wonky
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also good catch. We can also get rid of the commented style.
2ccfc2b
to
fe30f85
Compare
Closes #1251 * Use bootstrap blue to highlight the current selection * Use pointer cursor to indicate the selection can be clicked
fe30f85
to
e4367a3
Compare
Resolves #1251 by using bootstrap blue for highlighting as well as changing the pointer cursor for additional visual cue. Also removes some old css that wasn't doing anything
