format
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user