Commit f77f22c
authored
fixed the styles of the multi language filter button
The wrapper div of the multi language filter button have the class "group-hover/multi-language-toggle:opacity-100",
but the div which holds the actual text it self have the class "group-hover/dark-mode-toggle:opacity-100".
Which prevented it from having the hover effect of the text.
I fixed it by applying the correct class name, "multi-language-toggle" instead of "dark-mode-toggle".1 parent e7cbfa1 commit f77f22c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
402 | 402 | | |
403 | 403 | | |
404 | 404 | | |
405 | | - | |
| 405 | + | |
406 | 406 | | |
407 | 407 | | |
408 | 408 | | |
| |||
0 commit comments