Refactored to pass down methods as props. Added CSS pointer

This commit is contained in:
Sol
2020-07-22 10:53:22 +01:00
committed by Lachlan Kermode
parent 0ade39541e
commit 0a6e13ba88
6 changed files with 33 additions and 88 deletions

View File

@@ -16,6 +16,7 @@
&:hover {
background: $lightwhite;
transition: background-color 0.4s;
cursor: pointer;
}
h4 {