Skip to content

Commit

Permalink
Merge pull request #653 from alleyinteractive/167/post-picker-accessi…
Browse files Browse the repository at this point in the history
…bility

darken hover/active state for PostPicker post list
  • Loading branch information
tylermachado authored May 22, 2024
2 parents f0f29b4 + 76123ac commit 8c9655e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
}

&:hover {
background-color: #f5f5f5;
background-color: #f0f0f0;
}

&.is-selected {
background-color: #f5f5f5;
background-color: #f0f0f0;
}
}

Expand Down

0 comments on commit 8c9655e

Please # to comment.