Skip to content

Commit

Permalink
style: updated list item hover state to match new colour scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrandahl committed Aug 28, 2024
1 parent 3703db8 commit c2f67f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/assets/stylesheets/_element-rails.scss
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ table.el-month-table {
color: white;
}
&.hover:not(.selected) {
background-color: #e6e6e6;
background-color: $dark-blue-hover;
color: white;
}
}

0 comments on commit c2f67f6

Please sign in to comment.