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