Skip to content

Commit 77115c0

Browse files
committed
Remove red overlay
1 parent 3ee0c63 commit 77115c0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/past-event/index.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
4040

41-
&:before {
41+
/* &:before {
4242
content: '';
4343
position: absolute;
4444
top: 0;
@@ -52,14 +52,14 @@
5252
opacity: 1;
5353
mix-blend-mode: hard-light;
5454
}
55-
}
55+
}*/
5656
}
5757

58-
&--no-filter {
58+
/*&--no-filter {
5959
.PastEvent--background {
6060
&:before {
6161
display: none;
6262
}
6363
}
64-
}
64+
}*/
6565
}

0 commit comments

Comments
 (0)