Skip to content

Commit fedbfd5

Browse files
committed
fix(website): the heart icon in the website footer has an unnecessary hover state
1 parent cda1d60 commit fedbfd5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

website/src/components/ThemeImage/ThemeImage.module.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
:global(.light) {
22
.imgLight {
3-
cursor: pointer;
43
transition: all 0.2s ease;
54

65
&:hover {
@@ -35,7 +34,6 @@
3534
}
3635

3736
.imgDark {
38-
cursor: pointer;
3937
transition: all 0.2s ease;
4038

4139
&:hover {

0 commit comments

Comments
 (0)