Skip to content

Commit

Permalink
fix(business/option): change color of active/hover to red125 (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
efux authored and kyubisation committed Jun 25, 2019
1 parent 88a1ee4 commit ddee023
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ $optionSelectedBarTop: 3;
$optionSelectedBarTopFirst: 6;

@if $sbbBusiness {
$autocompleteOptionActiveColor: $sbbColorBlack;
$autocompleteOptionHoverColor: $sbbColorRed125;
$autocompleteOptionActiveColor: $sbbColorRed125;
$dropdownPaddingBottom: 8px;
$autocompletePaddingTop: 8px;
$autocompletePaddingX: 8px;
Expand Down

0 comments on commit ddee023

Please sign in to comment.