Skip to content

Commit

Permalink
fix(mediacentre): swap opacity of cards icons for hover and normal st…
Browse files Browse the repository at this point in the history
…ates
  • Loading branch information
EwannRoux authored and Quentin-Guillemin committed Nov 6, 2024
1 parent e5e6e77 commit 89bcf1a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,9 @@ const toggleFavoris = (): void => {
padding: 0;
color: gray;
cursor: pointer;
opacity: 0.5;
&:hover {
opacity: 0.5;
opacity: 1;
}

.icone-info-carte-ressource-mediacentre {
Expand Down

0 comments on commit 89bcf1a

Please sign in to comment.