Skip to content

Commit

Permalink
refactor(styling): change mouse hover & selection background colors
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed May 31, 2018
1 parent 4c847fc commit d54d032
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ $cell-odd-active-background-color: darken($grid-cell-color, 5%) !default;
$cell-padding: 5px 7.5834px !default;

/* row */
$row-mouse-hover-color: #f2f7fc !default;
$row-selected-color: darken(#deeaf2, 1%) !default;
$row-mouse-hover-color: #eff5fc !default;
$row-selected-color: #dae8f1 !default;
$row-highlight-background-color: darken($row-selected-color, 5%) !default;
$row-highlight-fade-animation: 1.5s ease 1 !default;
$row-checkbox-selector-background: inherit !default;
Expand Down

0 comments on commit d54d032

Please sign in to comment.