This commit is contained in:
2020-10-01 13:22:11 +02:00
parent 07798009e0
commit ea37bc14de
2 changed files with 54 additions and 60 deletions

View File

@@ -9,8 +9,6 @@
$: class_ = $currentModule === module.name ? "current" : "" $: class_ = $currentModule === module.name ? "current" : ""
// TODO: add checkboxes for 'want to watch' // TODO: add checkboxes for 'want to watch'
// TODO: add links to jump to that module
// TODO: fire events
// TODO: gray out watched modules // TODO: gray out watched modules
</script> </script>
@@ -27,10 +25,6 @@
background-color: yellow; background-color: yellow;
} }
/* div.current:hover { */
/* background-color: #FFFF99; */
/* } */
div:hover { div:hover {
background-color: lightgrey; background-color: lightgrey;
} }