Skip to content

Commit

Permalink
Add hover to buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
tiberiuichim committed Dec 1, 2021
1 parent e2aa874 commit c8cbbb7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -1458,6 +1458,12 @@ div.answers-section {

&.active {
background-color: @primaryColor;
&:hover {
background-color: @primaryColor;
}
}
&:hover {
background-color: #ccc;
}
}
}
Expand Down

0 comments on commit c8cbbb7

Please sign in to comment.