Skip to content
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.

Commit

Permalink
feat(table): Use lighter color for hover background
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielhl committed Apr 27, 2016
1 parent 2bf9a62 commit c7b7336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/atoms/_table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@

@include breakpoint($dc-huge-width) {
&:hover {
background: $dc-blue70;
background: $dc-blue80;
}
}
}
Expand Down

0 comments on commit c7b7336

Please sign in to comment.