cleanup(queue): Remove useless css

This commit is contained in:
Tixie 2020-02-22 00:23:40 +01:00
parent 60783b1b20
commit c43b455505
1 changed files with 0 additions and 15 deletions

View File

@ -59,18 +59,3 @@
$: history = $queue.filter(x => x !== $next).reverse()
</script>
<style>
.entry {
padding: 1em 2em;
cursor: pointer;
}
.entry.active {
background-color: plum;
}
.entry.active::before {
content: "▶️";
}
</style>