stuysu / epsilon

all in one service for stuyvesant high school.
8 stars 0 forks source link

Strange hover-over effect on organizations in catalog #6

Closed SnowyNate closed 2 months ago

SnowyNate commented 2 months ago

Upon hovering over any organization in the catalog tab, brightness/exposure of the tile increases, decreasing visibility. Minor but still a strange bug that is quite displeasing. image

randysim commented 2 months ago

I see, this is caused because the way I implemented a hover effect was by creating a brightness filter in CSS. This is not ideal and should be fixed. (it was also developed in dark mode so I never tried it on white theme). Good catch

randysim commented 2 months ago

fixed this by using ThemeProvider to adjust hover effect (and by simply changing background color rather than adding a filter)