Skip to content

Commit

Permalink
ci: removed hover effects
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmicpotato137 committed Nov 9, 2023
1 parent 968b7ce commit f196843
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/components/Universe/Overlay/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,6 @@ const CameraCenterButton = styled(Button)`
margin-left: 0;
filter: brightness(.65);
}
:hover {
.MuiButton-startIcon {
filter: brightness(.9);
}
transition: 0.1s;
}
}
`

Expand Down

0 comments on commit f196843

Please sign in to comment.